diff src/version.c @ 6608:a5ba0921efcb v7.4.630

updated for version 7.4.630 Problem: When using Insert mode completion combined with autocommands the redo command may not work. Solution: Do not save the redo buffer when executing autocommands. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Tue, 17 Feb 2015 10:58:25 +0100
parents f28c171348fb
children 86f00f7678eb
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    630,
+/**/
     629,
 /**/
     628,