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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user