0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.3.1209

Problem:    No completion for ":tabdo".
Solution:   Add tabdo to the list of modifiers. (Dominique Pelle)
This commit is contained in:
Bram Moolenaar
2013-06-16 16:14:03 +02:00
parent 427d51c23f
commit 70baa405f2
2 changed files with 3 additions and 0 deletions

View 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: