diff options
Diffstat (limited to 'runtime/doc/starting.txt')
-rw-r--r-- | runtime/doc/starting.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 49b424afb..46a5e0b02 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -1,4 +1,4 @@ -*starting.txt* For Vim version 7.0aa. Last change: 2005 Jan 25 +*starting.txt* For Vim version 7.0aa. Last change: 2005 Feb 10 VIM REFERENCE MANUAL by Bram Moolenaar @@ -469,22 +469,23 @@ a slash. Thus "-R" means recovery and "-/R" readonly. started in Ex mode, see |-s-ex|. See also |complex-repeat|. {not in Vi} + *-w_nr* +-w {number} +-w{number} Set the 'window' option to {number}. + *-w* -w {scriptout} All the characters that you type are recorded in the file "scriptout", until you exit Vim. This is useful if you want to create a script file to be used with "vim -s" or ":source!". When the "scriptout" file already exists, new characters are appended. See also |complex-repeat|. + {scriptout} cannot start with a digit. {not in Vi} *-W* -W {scriptout} Like -w, but do not append, overwrite an existing file. {not in Vi} - *-w_nr* --w{number} Does nothing. This was included for Vi-compatibility. In Vi - it sets the 'window' option, which is not implemented in Vim. - --remote [+{cmd}] {file} ... Open the {file} in another Vim that functions as a server. Any non-file arguments must come before this. |