aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorAbdelhakeem <abdelhakeem.osama@hotmail.com>2019-03-26 18:17:19 +0200
committerAbdelhakeem <abdelhakeem.osama@hotmail.com>2019-03-28 18:12:30 +0200
commit5eaa45547975c652e594d0d6dbe34c1316873dc7 (patch)
tree691e5486a57852e680dcbbdf9d1607de05903987 /runtime
parent76204da1f8ed63f7b0ef15ad7c71ce6e2e58d8fb (diff)
downloadrneovim-5eaa45547975c652e594d0d6dbe34c1316873dc7.tar.gz
rneovim-5eaa45547975c652e594d0d6dbe34c1316873dc7.tar.bz2
rneovim-5eaa45547975c652e594d0d6dbe34c1316873dc7.zip
vim-patch:8.1.0539: cannot build without the sandbox
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) https://github.com/vim/vim/commit/82e8c92ebef5afcac0c0fdb706ff163f9b3366f7
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|.