diff src/version.c @ 3413:8332129d9ae8 v7.3.472

updated for version 7.3.472 Problem: Crash when using ":redraw" in a BufEnter autocommand and switching to another tab. (??) Solution: Move triggering the the autocommands to after correcting the option values. Also check the row value to be out of bounds. (Christian Brabandt, Sergey Khorev)
author Bram Moolenaar <bram@vim.org>
date Fri, 16 Mar 2012 19:07:58 +0100
parents 3465a9e77588
children 7f1bce9c9b79
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 */
 /**/
+    472,
+/**/
     471,
 /**/
     470,