comparison src/version.c @ 15054:2d6e930c7613 v8.1.0538

patch 8.1.0538: evaluating a modeline might invoke using a shell command commit https://github.com/vim/vim/commit/5958f95a40a4a44bd9e7f3b7ec6554a6ef3e42ca Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 20 04:25:21 2018 +0100 patch 8.1.0538: evaluating a modeline might invoke using a shell command Problem: Evaluating a modeline might invoke using a shell command. (Paul Huber) Solution: Set the sandbox flag when setting options from a modeline.
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Nov 2018 04:30:07 +0100
parents 35c2d164a630
children a751ecdd07cc
comparison
equal deleted inserted replaced
15053:f15ec8ab8ac7 15054:2d6e930c7613
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 538,
795 /**/ 797 /**/
796 537, 798 537,
797 /**/ 799 /**/
798 536, 800 536,
799 /**/ 801 /**/