diff src/version.c @ 3036:df33dba4e553 v7.3.290

updated for version 7.3.290 Problem: When a BufWriteCmd autocommand resets 'modified' this doesn't change older buffer states to be marked as 'modified' like ":write" does. (Yukihiro Nakadaira) Solution: When the BufWriteCmd resets 'modified' then adjust the undo information like ":write" does.
author Bram Moolenaar <bram@vim.org>
date Fri, 02 Sep 2011 11:56:20 +0200
parents 44ffd0a8abcd
children e8ee4b4ebf41
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    290,
+/**/
     289,
 /**/
     288,