aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-03-29 03:29:50 +0100
committerJustin M. Keyes <justinkz@gmail.com>2019-03-29 03:29:50 +0100
commitdfb7f6b3492edfd60583f76ee064ac76b1b913d8 (patch)
tree4134872c040ba3751697c7778a9f8994167dd74e /runtime
parentf6fb370b1bcc5f87c72b14c5eb4f29521ab06163 (diff)
parent842e6fb92f68ff838c319d39d2ade3a349db33d5 (diff)
downloadrneovim-dfb7f6b3492edfd60583f76ee064ac76b1b913d8.tar.gz
rneovim-dfb7f6b3492edfd60583f76ee064ac76b1b913d8.tar.bz2
rneovim-dfb7f6b3492edfd60583f76ee064ac76b1b913d8.zip
Merge #9792
fixes #9791 closes #9792
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 3c45a3f525..1c162f73f3 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5561,7 +5561,7 @@ 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 comma, dot or underscore.
+ up to the first character that is not an ASCII letter and not a dash.
Also see |set-spc-auto|.