diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-06-06 14:01:46 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-06-06 14:01:46 +0200 |
commit | 8a7f5a2d4379bdc16502c01456bb4dc5051ed965 (patch) | |
tree | 7d186db050fb2682a54269a598f65dbffc75cb6d /src/ex_cmds.h | |
parent | cd2d8bb6ea55179d69aaf559942133ed8e93341e (diff) | |
download | vim-git-8a7f5a2d4379bdc16502c01456bb4dc5051ed965.tar.gz |
updated for version 7.3.1129v7.3.1129
Problem: Can't see what pattern in syntax highlighting is slow.
Solution: Add the ":syntime" command.
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r-- | src/ex_cmds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h index 75e1724e5..19740884b 100644 --- a/src/ex_cmds.h +++ b/src/ex_cmds.h @@ -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, |