aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-07-29 02:09:53 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-07-29 20:50:07 +0200
commitab2cfd24e72f6cbcbc4fcea596eead189f690091 (patch)
tree989872343e3cd1882ddba20b7a269f79bea12d19 /runtime/doc/options.txt
parent28a681d37d320ec66b7dc1039795faa8b4b895a1 (diff)
downloadrneovim-ab2cfd24e72f6cbcbc4fcea596eead189f690091.tar.gz
rneovim-ab2cfd24e72f6cbcbc4fcea596eead189f690091.tar.bz2
rneovim-ab2cfd24e72f6cbcbc4fcea596eead189f690091.zip
vim-patch:b730f0c7ba36
Update runtime files https://github.com/vim/vim/commit/b730f0c7ba36492d795f081b19bbcb85cdf0f50f
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 4378e22117..cb396eea38 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5626,8 +5626,8 @@ A jump table for the options with a short description can be found at |Q_op|.
After this option has been set successfully, Vim will source the files
"spell/LANG.vim" in 'runtimepath'. "LANG" is the value of 'spelllang'
- up to the first character that is not an ASCII letter and not a dash.
- Also see |set-spc-auto|.
+ up to the first character that is not an ASCII letter or number and
+ not a dash. Also see |set-spc-auto|.
*'spellsuggest'* *'sps'*