diff src/version.c @ 2633:7002404b17b1 v7.3.054

updated for version 7.3.054 Problem: Can define a user command for :Print, but it doesn't work. (Aaron Thoma) Solution: Let user command :Print overrule the builtin command (Christian Brabandt) Disallow :X and :Next as a user defined command.
author Bram Moolenaar <bram@vim.org>
date Wed, 10 Nov 2010 19:00:01 +0100
parents c00efaa0af24
children fcb916bed51a
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 */
 /**/
+    54,
+/**/
     53,
 /**/
     52,