diff src/version.c @ 3354:72146e7f47fa v7.3.444

updated for version 7.3.444 Problem: ":all!" and ":sall!" give error E477, even though the documentation says these are valid commands. Solution: Support the exclamation mark. (Hirohito Higashi)
author Bram Moolenaar <bram@vim.org>
date Mon, 13 Feb 2012 00:01:43 +0100
parents de050fcc24cf
children 397e7e49bb0b
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 */
 /**/
+    444,
+/**/
     443,
 /**/
     442,