diff src/version.c @ 3547:65f905eb14cd v7.3.534

updated for version 7.3.534 Problem: When using an InsertCharPre autocommand autoindent fails. Solution: Proper handling of v:char. (Alexey Radkov)
author Bram Moolenaar <bram@vim.org>
date Fri, 01 Jun 2012 14:57:51 +0200
parents 74d51b51f3e6
children f52d2ea0f81c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    534,
+/**/
     533,
 /**/
     532,