diff src/version.c @ 8943:47036dcd83a4 v7.4.1757

commit https://github.com/vim/vim/commit/8e42ae5069d4985869e46eaa56900ed19e30f504 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 20 16:39:19 2016 +0200 patch 7.4.1757 Problem: When using complete() it may set 'modified' even though nothing was inserted. Solution: Use Down/Up instead of Next/Previous match. (Shougo, closes https://github.com/vim/vim/issues/745)
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Apr 2016 16:45:05 +0200
parents 0e7b1897ceb3
children a3060addc328
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 */
 /**/
+    1757,
+/**/
     1756,
 /**/
     1755,