summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-02 14:09:23 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-02 14:09:23 +0100
commit1ff14ba24c4d85c008d7abe5e140dbb497ffea8d (patch)
treedb40390c4e458598c59ef087d6a377ce0d5a332f /runtime/doc/options.txt
parent757bd2ea49585ea9896d6df707c68b4793017039 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 1ef944d62d..805a0520aa 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 8.1. Last change: 2019 Oct 26
+*options.txt* For Vim version 8.1. Last change: 2019 Nov 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -6453,8 +6453,8 @@ A jump table for the options with a short description can be found at |Q_op|.
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 or escape the space. Example with quotes: >
+ If the name of the shell contains a space, you need to enclose it in
+ quotes and escape the space. Example: >
:set shell=\"c:\program\ files\unix\sh.exe\"\ -f
< Note the backslash before each quote (to avoid starting a comment) and
each space (to avoid ending the option value). Also note that the