diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-02-17 15:33:22 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-03-12 20:04:26 -0400 |
commit | 2d11eba6fd2faf7b70b2a103fbd9fcf296c6954e (patch) | |
tree | 452c8f57e28d5b0d156892c8f0b87bc8e53b7b78 /runtime/doc/manpages/vim.1 | |
parent | 481ebc0bb11a46af080446d3b5f2a6bb45235c43 (diff) | |
download | rneovim-2d11eba6fd2faf7b70b2a103fbd9fcf296c6954e.tar.gz rneovim-2d11eba6fd2faf7b70b2a103fbd9fcf296c6954e.tar.bz2 rneovim-2d11eba6fd2faf7b70b2a103fbd9fcf296c6954e.zip |
Interface cleanup: Man pages
Diffstat (limited to 'runtime/doc/manpages/vim.1')
-rw-r--r-- | runtime/doc/manpages/vim.1 | 55 |
1 files changed, 4 insertions, 51 deletions
diff --git a/runtime/doc/manpages/vim.1 b/runtime/doc/manpages/vim.1 index c35fa78f0d..d4e9ab2ad8 100644 --- a/runtime/doc/manpages/vim.1 +++ b/runtime/doc/manpages/vim.1 @@ -14,19 +14,6 @@ vim \- Vi IMproved, a programmers text editor .br .B vim [options] \-q [errorfile] -.PP -.br -.B ex -.br -.B view -.br -.B gvim -.B gview -.br -.B rvim -.B rview -.B rgvim -.B rgview .SH DESCRIPTION .B Vim is a text editor that is upwards compatible to Vi. @@ -91,33 +78,6 @@ If [errorfile] is omitted, the filename is obtained from the 'errorfile' option (defaults to "errors.err"). Further errors can be jumped to with the ":cn" command. See ":help quickfix". -.PP -.B Vim -behaves differently, depending on the name of the command (the executable may -still be the same file). -.TP 10 -vim -The "normal" way, everything is default. -.TP -ex -Start in Ex mode. -Go to Normal mode with the ":vi" command. -Can also be done with the "\-e" argument. -.TP -view -Start in read-only mode. You will be protected from writing the files. Can -also be done with the "\-R" argument. -.TP -gvim gview -The GUI version. -Starts a new window. -Can also be done with the "\-g" argument. -.TP -rvim rview rgvim rgview -Like the above, but with restrictions. It will not be possible to start shell -commands, or suspend -.B Vim. -Can also be done with the "\-Z" argument. .SH OPTIONS The options may be given in any order, before or after filenames. Options without an argument can be combined after a single dash. @@ -188,12 +148,12 @@ script. \-e Start .B Vim -in Ex mode, just like the executable was called "ex". +in Ex mode. .TP \-E Start .B Vim -in improved Ex mode, just like the executable was called "exim". +in improved Ex mode. .TP \-f Foreground. For the GUI version, @@ -319,8 +279,7 @@ appended. See ":help recovery". .TP \-s -Silent mode. Only when started as "Ex" or when the "\-e" option was given -before the "\-s" option. +Silent mode. Only when the "\-e" option was given before the "\-s" option. .TP \-s {scriptin} The script file {scriptin} is read. @@ -357,12 +316,6 @@ Verbose. Give messages about which files are sourced and for reading and writing a viminfo file. The optional number N is the value for 'verbose'. Default is 10. .TP -\-v -Start -.B Vim -in Vi mode, just like the executable was called "vi". This only has effect -when the executable is called "ex". -.TP \-w {scriptout} All the characters that you type are recorded in the file {scriptout}, until you exit @@ -379,7 +332,7 @@ Don't connect to the X server. Shortens startup time in a terminal, but the window title and clipboard will not be used. .TP \-Z -Restricted mode. Works like the executable starts with "r". +Restricted mode. .TP \-\- Denotes the end of the options. |