summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-11-20 13:32:36 +0100
committerBram Moolenaar <Bram@vim.org>2018-11-20 13:32:36 +0100
commit82e8c92ebef5afcac0c0fdb706ff163f9b3366f7 (patch)
tree4511c874a4c354ea71145da55c9c9298750c4199 /runtime
parent5958f95a40a4a44bd9e7f3b7ec6554a6ef3e42ca (diff)
patch 8.1.0539: cannot build without the sandboxv8.1.0539
Problem: Cannot build without the sandbox. Solution: Set the secure option instead of using the sandbox. Also restrict the characters from 'spelllang' that are used for LANG.vim. (suggested by Yasuhiro Matsumoto)
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 e57de8f174..8a106e16ff 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -7339,7 +7339,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|.