comparison src/version.c @ 15056:a751ecdd07cc v8.1.0539

patch 8.1.0539: cannot build without the sandbox commit https://github.com/vim/vim/commit/82e8c92ebef5afcac0c0fdb706ff163f9b3366f7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 20 13:32:36 2018 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Nov 2018 13:45:08 +0100
parents 2d6e930c7613
children 5997b84a838a
comparison
equal deleted inserted replaced
15055:bf6188c15027 15056:a751ecdd07cc
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 539,
795 /**/ 797 /**/
796 538, 798 538,
797 /**/ 799 /**/
798 537, 800 537,
799 /**/ 801 /**/