diff src/version.c @ 3246:c4898d6d73a2 v7.3.392

updated for version 7.3.392 Problem: When setting 'undofile' while the file is already loaded but unchanged, try reading the undo file. (Andy Wokula) Solution: Compute a checksum of the text when 'undofile' is set. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Wed, 04 Jan 2012 19:34:37 +0100
parents 819322e0e93e
children e0248b732a5c
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 */
 /**/
+    392,
+/**/
     391,
 /**/
     390,