comparison src/version.c @ 8983:5cbd81536f27 v7.4.1777

commit https://github.com/vim/vim/commit/3849992b16011e36a5cb5be4b127f843389b96fd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 22 20:46:52 2016 +0200 patch 7.4.1777 Problem: Newly added features can escape the sandbox. Solution: Add checks for restricted and secure. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Fri, 22 Apr 2016 21:00:04 +0200
parents 3b51b0aeb9a3
children 42eb58c9da92
comparison
equal deleted inserted replaced
8982:57e814658ff0 8983:5cbd81536f27
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1777,
756 /**/ 758 /**/
757 1776, 759 1776,
758 /**/ 760 /**/
759 1775, 761 1775,
760 /**/ 762 /**/