diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-11-20 13:32:36 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-11-20 13:32:36 +0100 |
commit | 82e8c92ebef5afcac0c0fdb706ff163f9b3366f7 (patch) | |
tree | 4511c874a4c354ea71145da55c9c9298750c4199 /src/version.c | |
parent | 5958f95a40a4a44bd9e7f3b7ec6554a6ef3e42ca (diff) | |
download | vim-git-8.1.0539.tar.gz |
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 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 856941742..a6f155f65 100644 --- a/src/version.c +++ b/src/version.c @@ -793,6 +793,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 539, +/**/ 538, /**/ 537, |