diff src/version.c @ 3308:076003f52582 v7.3.421

updated for version 7.3.421 Problem: Get E832 when setting 'undofile' in vimrc and there is a file to be edited on the command line. (Toothpik) Solution: Do not try reading the undo file for a file that wasn't loaded.
author Bram Moolenaar <bram@vim.org>
date Sat, 28 Jan 2012 18:03:35 +0100
parents ded8f5add04c
children 60f6df978a41
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 */
 /**/
+    421,
+/**/
     420,
 /**/
     419,