diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-02-13 00:05:22 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-02-13 00:05:22 +0100 |
commit | 5dc6252d331013e397a8d71e8f7ee9fd1cf514c1 (patch) | |
tree | 25846c763e4bd0caf64f6ed1e17810ebbd134258 /runtime/doc/options.txt | |
parent | 61c3519b78c19824e590828198802a3f65595ad5 (diff) | |
download | vim-git-5dc6252d331013e397a8d71e8f7ee9fd1cf514c1.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index ff233acb8..0616857be 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 7.3. Last change: 2012 Jan 13 +*options.txt* For Vim version 7.3. Last change: 2012 Feb 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -5899,8 +5899,10 @@ A jump table for the options with a short description can be found at |Q_op|. security reasons. *'shellcmdflag'* *'shcf'* -'shellcmdflag' 'shcf' string (default: "-c", MS-DOS and Win32, when 'shell' - does not contain "sh" somewhere: "/c") +'shellcmdflag' 'shcf' string (default: "-c"; + Win32, when 'shell' is cmd.exe: "/s /c"; + MS-DOS and Win32, when 'shell' neither is + cmd.exe nor contains "sh" somewhere: "/c") global {not in Vi} Flag passed to the shell to execute "!" and ":!" commands; e.g., |