]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.1209 v7.3.1209
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Jun 2013 14:14:03 +0000 (16:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Jun 2013 14:14:03 +0000 (16:14 +0200)
Problem:    No completion for ":tabdo".
Solution:   Add tabdo to the list of modifiers. (Dominique Pelle)

src/ex_docmd.c
src/version.c

index 6b2cdb38e3570789448741f8c15b5e84b3c50260..37e46fc4617665ebb6f4360cbd89d2a476091505 100644 (file)
@@ -3603,6 +3603,7 @@ set_one_cmd_context(xp, buff)
        case CMD_sandbox:
        case CMD_silent:
        case CMD_tab:
+       case CMD_tabdo:
        case CMD_topleft:
        case CMD_verbose:
        case CMD_vertical:
index cc99dbc99afd144e7903e64d2b47adb2c5303954..12b17a9ea5698df3f59caeac8b860385561f821d 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1209,
 /**/
     1208,
 /**/