mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.3.1129
Problem: Can't see what pattern in syntax highlighting is slow. Solution: Add the ":syntime" command.
This commit is contained in:
@@ -925,6 +925,8 @@ EX(CMD_swapname, "swapname", ex_swapname,
|
||||
TRLBAR|CMDWIN),
|
||||
EX(CMD_syntax, "syntax", ex_syntax,
|
||||
EXTRA|NOTRLCOM|CMDWIN),
|
||||
EX(CMD_syntime, "syntime", ex_syntime,
|
||||
WORD1|TRLBAR|CMDWIN),
|
||||
EX(CMD_syncbind, "syncbind", ex_syncbind,
|
||||
TRLBAR),
|
||||
EX(CMD_t, "t", ex_copymove,
|
||||
|
Reference in New Issue
Block a user