diff src/version.c @ 8945:a3060addc328 v7.4.1758

commit https://github.com/vim/vim/commit/245c41070c7f37d52be43cce0cb140bd3ade6c7e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 20 17:37:41 2016 +0200 patch 7.4.1758 Problem: Triggering CursorHoldI when in CTRL-X mode causes problems. Solution: Do not trigger CursorHoldI in CTRL-X mode. Add "!" flag to feedkeys() (test with that didn't work though).
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Apr 2016 17:45:06 +0200
parents 47036dcd83a4
children c07caeb90a35
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 */
 /**/
+    1758,
+/**/
     1757,
 /**/
     1756,