summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-15 22:25:40 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-15 22:25:40 +0200
commit259f26ac2d41ecfb28b82c651b2bfc1edc7c3e29 (patch)
treef9d9685e670a64245a53026900bd26bee9ba643b /runtime/doc/options.txt
parent78ddc06bdd5c59cffdbb61eed7dcb5dcc4a17f19 (diff)
patch 8.0.1845: various comment updates needed, missing white spacev8.0.1845
Problem: Various comment updates needed, missing white space. Solution: Update comments, add white space.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 921765c998..b05a47992b 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 8.0. Last change: 2018 Apr 22
+*options.txt* For Vim version 8.0. Last change: 2018 May 15
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2561,8 +2561,11 @@ A jump table for the options with a short description can be found at |Q_op|.
contain a list of words. This can be one word per line, or several
words per line, separated by non-keyword characters (white space is
preferred). Maximum line length is 510 bytes.
- When this option is empty, or an entry "spell" is present, spell
- checking is enabled the currently active spelling is used. |spell|
+
+ When this option is empty or an entry "spell" is present, and spell
+ checking is enabled, words in the word lists for the currently active
+ 'spelllang' are used. See |spell|.
+
To include a comma in a file name precede it with a backslash. Spaces
after a comma are ignored, otherwise spaces are included in the file
name. See |option-backslash| about using backslashes.