1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2010-11-10 19:00:01 +01:00
parent 2a8caa414e
commit a3e7b1f42b
2 changed files with 16 additions and 3 deletions

View File

@@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
54,
/**/
53,
/**/