diff src/version.c @ 8891:d7ba3f9b9ba6 v7.4.1732

commit https://github.com/vim/vim/commit/429fcfbf9a9275367fe9441a50a3dcd773497d84 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 14 16:22:04 2016 +0200 patch 7.4.1732 Problem: Folds may close when using autocomplete. (Anmol Sethi) Solution: Increment/decrement disable_fold. (Christian Brabandt, closes https://github.com/vim/vim/issues/643)
author Christian Brabandt <cb@256bit.org>
date Thu, 14 Apr 2016 16:30:05 +0200
parents 8755d57debaa
children d5d2e48666bd
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 */
 /**/
+    1732,
+/**/
     1731,
 /**/
     1730,