comparison runtime/doc/options.txt @ 11262:214f228718cf

Update runtime files. commit https://github.com/vim/vim/commit/e0720cbf63eb3045be8d965e3182c0c392c7b5e9 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 29 13:48:40 2017 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Wed, 29 Mar 2017 14:00:06 +0200
parents d0a20101ecb2
children 0f8713fe20dc
comparison
equal deleted inserted replaced
11261:afa323d6b143 11262:214f228718cf
1 *options.txt* For Vim version 8.0. Last change: 2017 Mar 09 1 *options.txt* For Vim version 8.0. Last change: 2017 Mar 22
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
6487 global 6487 global
6488 {not in Vi} 6488 {not in Vi}
6489 Flag passed to the shell to execute "!" and ":!" commands; e.g., 6489 Flag passed to the shell to execute "!" and ":!" commands; e.g.,
6490 "bash.exe -c ls" or "command.com /c dir". For the MS-DOS-like 6490 "bash.exe -c ls" or "command.com /c dir". For the MS-DOS-like
6491 systems, the default is set according to the value of 'shell', to 6491 systems, the default is set according to the value of 'shell', to
6492 reduce the need to set this option by the user. It's not used for 6492 reduce the need to set this option by the user.
6493 OS/2 (EMX figures this out itself).
6494 On Unix it can have more than one flag. Each white space separated 6493 On Unix it can have more than one flag. Each white space separated
6495 part is passed as an argument to the shell command. 6494 part is passed as an argument to the shell command.
6496 See |option-backslash| about including spaces and backslashes. 6495 See |option-backslash| about including spaces and backslashes.
6497 Also see |dos-shell| for MS-DOS and MS-Windows. 6496 Also see |dos-shell| for MS-DOS and MS-Windows.
6498 This option cannot be set from a |modeline| or in the |sandbox|, for 6497 This option cannot be set from a |modeline| or in the |sandbox|, for