diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-11-23 09:19:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-23 09:19:11 -0500 |
commit | b155e6b54c6087fac57ea4278a3431ced7bfc7f6 (patch) | |
tree | 2060bc9e28c805bc31fa805334e8ab5139eea4e1 /runtime | |
parent | 029b5d036d7eb5a16b8e3a1d37f05f92ecf40499 (diff) | |
parent | dd3583836b80e8eccd483d41125aa24f63d2f038 (diff) | |
download | rneovim-b155e6b54c6087fac57ea4278a3431ced7bfc7f6.tar.gz rneovim-b155e6b54c6087fac57ea4278a3431ced7bfc7f6.tar.bz2 rneovim-b155e6b54c6087fac57ea4278a3431ced7bfc7f6.zip |
Merge pull request #11148 from janlazo/vim-8.0.1455
vim-patch:8.0.1455,8.1.{2115,2361}
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index b83d2c4484..6c42dd6739 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -5166,6 +5166,7 @@ A jump table for the options with a short description can be found at |Q_op|. It is allowed to give an argument to the command, e.g. "csh -f". See |option-backslash| about including spaces and backslashes. Environment variables are expanded |:set_env|. + If the name of the shell contains a space, you might need to enclose it in quotes. Example: > :set shell=\"c:\program\ files\unix\sh.exe\"\ -f |