diff src/version.c @ 6614:03688be95994 v7.4.633

updated for version 7.4.633 Problem: After 7.4.630 the problem persists. Solution: Also skip redo when calling a user function.
author Bram Moolenaar <bram@vim.org>
date Tue, 17 Feb 2015 12:44:09 +0100
parents cd7b5bbe4952
children 290631797b76
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 */
 /**/
+    633,
+/**/
     632,
 /**/
     631,