diff src/version.c @ 8935:219d80fee92f v7.4.1753

commit https://github.com/vim/vim/commit/c020042083b9c0a4e932b562c3bef97c76328e18 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 20 12:02:02 2016 +0200 patch 7.4.1753 Problem: "noinsert" in 'completeopt' is sometimes ignored. Solution: Set the variables when the 'completeopt' was set. (Ozaki Kiichi)
author Christian Brabandt <cb@256bit.org>
date Wed, 20 Apr 2016 12:15:05 +0200
parents 25c2031e9f9f
children da4f6e238374
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 */
 /**/
+    1753,
+/**/
     1752,
 /**/
     1751,