diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1777,
+/**/
     1776,
 /**/
     1775,