diff options
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 29 |
1 files changed, 9 insertions, 20 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index c646caae4f..1a5df11cdb 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1026,7 +1026,7 @@ A jump table for the options with a short description can be found at |Q_op|. security reasons. *'backupext'* *'bex'* *E589* -'backupext' 'bex' string (default "~", for VMS: "_") +'backupext' 'bex' string (default "~") global {not in Vi} String which is appended to a file name to make the name of the @@ -3313,8 +3313,7 @@ A jump table for the options with a short description can be found at |Q_op|. *'grepprg'* *'gp'* 'grepprg' 'gp' string (default "grep -n ", Unix: "grep -n $* /dev/null", - Win32: "findstr /n" or "grep -n", - VMS: "SEARCH/NUMBERS ") + Win32: "findstr /n" or "grep -n") global or local to buffer |global-local| {not in Vi} Program to use for the |:grep| command. This option may contain '%' @@ -4264,7 +4263,6 @@ A jump table for the options with a short description can be found at |Q_op|. 'isfname' 'isf' string (default for MS-DOS and Win32: "@,48-57,/,\,.,-,_,+,,,#,$,%,{,},[,],:,@-@,!,~,=" for AMIGA: "@,48-57,/,.,-,_,+,,,$,:" - for VMS: "@,48-57,/,.,-,_,+,,,#,$,%,<,>,[,],:,;,~" otherwise: "@,48-57,/,.,-,_,+,,,#,$,%,~,=") global {not in Vi} @@ -4418,8 +4416,7 @@ A jump table for the options with a short description can be found at |Q_op|. The 'keymodel' option is set by the |:behave| command. *'keywordprg'* *'kp'* -'keywordprg' 'kp' string (default "man" or "man -s", DOS: ":help", - VMS: "help") +'keywordprg' 'kp' string (default "man" or "man -s", DOS: ":help") global or local to buffer |global-local| {not in Vi} Program to use for the |K| command. Environment variables are @@ -4713,12 +4710,12 @@ A jump table for the options with a short description can be found at |Q_op|. security reasons. *'makeprg'* *'mp'* -'makeprg' 'mp' string (default "make", VMS: "MMS") +'makeprg' 'mp' string (default "make") global or local to buffer |global-local| {not in Vi} Program to use for the ":make" command. See |:make_makeprg|. - This option may contain '%' and '#' characters (see |:_%| and |:_#|), - which are expanded to the current and alternate file name. Use |::S| + This option may contain '%' and '#' characters (see |:_%| and |:_#|), + which are expanded to the current and alternate file name. Use |::S| to escape file names in case they contain special characters. Environment variables are expanded |:set_env|. See |option-backslash| about including spaces and backslashes. @@ -5687,11 +5684,6 @@ A jump table for the options with a short description can be found at |Q_op|. Macintosh: "$VIM:vimfiles, $VIMRUNTIME, $VIM:vimfiles:after" - VMS: "sys$login:vimfiles, - $VIM/vimfiles, - $VIMRUNTIME, - $VIM/vimfiles/after, - sys$login:vimfiles/after") global {not in Vi} This is a list of directories which will be searched for runtime @@ -7061,7 +7053,6 @@ A jump table for the options with a short description can be found at |Q_op|. on Mac: "mac-ansi" on MS-DOS: "pcterm" on Unix: "ansi" - on VMS: "ansi" on Win 32: "win32") global Name of the terminal. Used for choosing the terminal control @@ -7391,7 +7382,7 @@ A jump table for the options with a short description can be found at |Q_op|. 'ttymouse' 'ttym' string (default depends on 'term') global {not in Vi} - {only in Unix and VMS, doesn't work in the GUI; not + {only in Unix, doesn't work in the GUI; not available when compiled without |+mouse|} Name of the terminal type for which mouse codes are to be recognized. Currently these strings are valid: @@ -7498,8 +7489,7 @@ A jump table for the options with a short description can be found at |Q_op|. When 'undofile' is turned off the undo file is NOT deleted. *'undolevels'* *'ul'* -'undolevels' 'ul' number (default 100, 1000 for Unix, VMS, - and Win32) +'undolevels' 'ul' number (default 100, 1000 for Unix and Win32) global or local to buffer |global-local| {not in Vi} Maximum number of changes that can be undone. Since undo information @@ -7597,8 +7587,7 @@ A jump table for the options with a short description can be found at |Q_op|. 'viewdir' 'vdir' string (default for Amiga, MS-DOS, and Win32: "$VIM/vimfiles/view", for Unix: "~/.vim/view", - for Macintosh: "$VIM:vimfiles:view" - for VMS: "sys$login:vimfiles/view") + for Macintosh: "$VIM:vimfiles:view") global {not in Vi} {not available when compiled without the |+mksession| |