diff src/version.c @ 8742:03e5171c23e5 v7.4.1660

commit https://github.com/vim/vim/commit/819821c5a95fc60797ecbb5e5ca1302e397e3d9a Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 26 21:24:14 2016 +0100 patch 7.4.1660 Problem: has('patch-7.4.1') doesn't work. Solution: Fix off-by-one error. (Thinca)
author Christian Brabandt <cb@256bit.org>
date Sat, 26 Mar 2016 21:30:05 +0100
parents a35b596cd7ac
children ff9973bbbfcb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1660,
+/**/
     1659,
 /**/
     1658,