aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-08-01 22:59:21 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-08-01 23:12:33 +0200
commitf379eac1ef9926ecefab7302f876c7c93b5cca74 (patch)
tree61d150a6f199d08795bc6170bc0aeb09941b47a2 /runtime/doc/options.txt
parent4d830ca31bd4346bd2cced48f056414162fa00a3 (diff)
downloadrneovim-f379eac1ef9926ecefab7302f876c7c93b5cca74.tar.gz
rneovim-f379eac1ef9926ecefab7302f876c7c93b5cca74.tar.bz2
rneovim-f379eac1ef9926ecefab7302f876c7c93b5cca74.zip
vim-patch:911ead126903
Update runtime files https://github.com/vim/vim/commit/911ead126903aeb9564bad89e46a147ed4959896 NA: vim-patch:602abeb20fb7
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 8881f12f47..9a3daa494a 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1819,6 +1819,7 @@ A jump table for the options with a short description can be found at |Q_op|.
< When using the ":set" command, you need to double the backslashes!
To avoid that use `:let` with a single quote string: >
let &l:define = '^\s*\ze\k\+\s*=\s*function('
+<
*'delcombine'* *'deco'* *'nodelcombine'* *'nodeco'*
'delcombine' 'deco' boolean (default off)
@@ -5614,7 +5615,8 @@ A jump table for the options with a short description can be found at |Q_op|.
set spelllang=en_us,nl,medical
< This means US English, Dutch and medical words are recognized. Words
that are not recognized will be highlighted.
- The word list name must not include a comma or dot. Using a dash is
+ The word list name must consist of alphanumeric characters, a dash or
+ an underscore. It should not include a comma or dot. Using a dash is
recommended to separate the two letter language name from a
specification. Thus "en-rare" is used for rare English words.
A region name must come last and have the form "_xx", where "xx" is