Skip to content

Commit

Permalink
completion(vim): vim also supports --clean option (since v9.1.0363)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kwsm committed May 26, 2024
1 parent 9dcaf78 commit a613772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Completion/Unix/Command/_vim
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ arguments=(
'(-A)-H[start in Hebrew mode]'
'-u[use given vimrc file instead of default .vimrc]:config:->config'
"--noplugin[don't load plugin scripts]"
'--clean[start with defaults in non-compatible mode]'
'-o-[number of windows to open (default: one for each file)]::window count: '
'-O-[number of windows to vertically split open (default is one for each file)]::window count: '
'-p-[number of tabs to open (default: one for each file)]::tab count: '
Expand Down Expand Up @@ -89,7 +90,6 @@ else
'--servername[name of vim server to send to or name of server to become]:server name:->server'
'--socketid[run GVIM in another window]'
'-i[use specified viminfo file]:viminfo file [~/.viminfo]:_files'
'--clean[start with defaults in non-compatible mode]'
)
fi
[[ $service != *g* && $service != nvim ]] && arguments+='-g[start with GUI]'
Expand Down

0 comments on commit a613772

Please sign in to comment.