mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.3.1148
Problem: No command line completion for ":syntime". Solution: Implement the completion. (Dominique Pelle)
This commit is contained in:
@@ -926,7 +926,7 @@ EX(CMD_swapname, "swapname", ex_swapname,
|
||||
EX(CMD_syntax, "syntax", ex_syntax,
|
||||
EXTRA|NOTRLCOM|CMDWIN),
|
||||
EX(CMD_syntime, "syntime", ex_syntime,
|
||||
WORD1|TRLBAR|CMDWIN),
|
||||
NEEDARG|WORD1|TRLBAR|CMDWIN),
|
||||
EX(CMD_syncbind, "syncbind", ex_syncbind,
|
||||
TRLBAR),
|
||||
EX(CMD_t, "t", ex_copymove,
|
||||
|
Reference in New Issue
Block a user