diff src/version.c @ 9351:82cb3ed4781b v7.4.1957

commit https://github.com/vim/vim/commit/7b61bf187a318cb710be40da9ce4c29972324a71 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 26 17:16:51 2016 +0200 patch 7.4.1957 Problem: Perl interface has obsolete workaround. Solution: Remove the workaround added by 7.3.623. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sun, 26 Jun 2016 17:30:06 +0200
parents b24900b73f90
children 32e1dfae5664
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 */
 /**/
+    1957,
+/**/
     1956,
 /**/
     1955,