]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.628 v7.3.628
authorBram Moolenaar <Bram@vim.org>
Wed, 8 Aug 2012 15:31:40 +0000 (17:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 8 Aug 2012 15:31:40 +0000 (17:31 +0200)
Problem:    ":open" does not allow for a !, which results in a confusing error
            message. (Shawn Wilson)
Solution:   Allow ! on ":open". (Christian Brabandt)

src/ex_cmds.h
src/version.c

index cfe150225a0602c04820cf037031dbeb2ad129ec..c81a1aa2bf8c6987e0f3b4087a5ba13383f56788 100644 (file)
@@ -662,7 +662,7 @@ EX(CMD_nunmap,              "nunmap",       ex_unmap,
 EX(CMD_nunmenu,                "nunmenu",      ex_menu,
                        EXTRA|TRLBAR|NOTRLCOM|USECTRLV|CMDWIN),
 EX(CMD_open,           "open",         ex_open,
-                       RANGE|EXTRA),
+                       RANGE|BANG|EXTRA),
 EX(CMD_oldfiles,       "oldfiles",     ex_oldfiles,
                        BANG|TRLBAR|SBOXOK|CMDWIN),
 EX(CMD_omap,           "omap",         ex_map,
index 8a5054a6b9d7c12b32e225f86fce4bd910c90d05..c01083484abab1f281de8ba5c0b2a9b4f75ea39b 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    628,
 /**/
     627,
 /**/