summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-14 22:29:30 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-14 22:29:30 +0000
commit1d2ba7fa851f988ea9eab47b7662be243f85ddfa (patch)
tree5882ec62c5c5c6047021a94e74e4797139944a95 /src/ex_cmds.h
parentf52c725c4739f2d3368029d67218d6cae0d87995 (diff)
updated for version 7.0197v7.0197
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r--src/ex_cmds.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index ca3bed0c33..6571ccef30 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -877,6 +877,16 @@ EX(CMD_tag, "tag", ex_tag,
RANGE|NOTADR|BANG|WORD1|TRLBAR|ZEROR),
EX(CMD_tags, "tags", do_tags,
TRLBAR|CMDWIN),
+EX(CMD_tab, "tab", ex_tab,
+ RANGE|NOTADR|COUNT|TRLBAR),
+EX(CMD_tabclose, "tabclose", ex_tabclose,
+ BANG|TRLBAR|CMDWIN),
+EX(CMD_tabedit, "tabedit", ex_tabedit,
+ BANG|FILE1|RANGE|NOTADR|EDITCMD|ARGOPT|TRLBAR),
+EX(CMD_tabfind, "tabfind", ex_tabedit,
+ BANG|FILE1|RANGE|NOTADR|EDITCMD|ARGOPT|TRLBAR),
+EX(CMD_tabs, "tabs", ex_tabs,
+ TRLBAR|CMDWIN),
EX(CMD_tcl, "tcl", ex_tcl,
RANGE|EXTRA|NEEDARG|CMDWIN),
EX(CMD_tcldo, "tcldo", ex_tcldo,