diff options
Diffstat (limited to 'runtime/doc/quickref.txt')
| -rw-r--r-- | runtime/doc/quickref.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 68a8e878a2..4425caa9bb 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -644,7 +644,6 @@ Short explanation of each option: *option-list* 'columns' 'co' number of columns in the display 'comments' 'com' patterns that can start a comment line 'commentstring' 'cms' template for comments; used for fold marker -'compatible' 'cp' behave Vi-compatible as much as possible 'complete' 'cpt' specify how Insert mode completion works 'completefunc' 'cfu' function to be used for Insert mode completion 'completeopt' 'cot' options for Insert mode completion @@ -1137,13 +1136,10 @@ Context-sensitive completion on the command-line: |-F| -F Farsi mode ('fkmap' and 'rightleft' are set) |-H| -H Hebrew mode ('hkmap' and 'rightleft' are set) |-V| -V Verbose, give informative messages -|-C| -C Compatible, set the 'compatible' option -|-N| -N Nocompatible, reset the 'compatible' option |-r| -r give list of swap files |-r| -r {file} .. recover aborted edit session |-n| -n do not create a swap file |-o| -o [num] open [num] windows (default: one for each file) -|-f| -f GUI: foreground process, don't fork |-s| -s {scriptin} first read commands from the file {scriptin} |-w| -w {scriptout} write typed chars to file {scriptout} (append) |-W| -W {scriptout} write typed chars to file {scriptout} (overwrite) |