summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-07 12:22:55 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-07 12:22:55 +0200
commita34293ae0a87a35eb422f145ef999295705f3731 (patch)
tree72fd3fbdc0c36dc5e0ee5348c7973b4d916927d5 /src/ex_cmds.h
parente4f25e4a8db2c8a8a71a4ba2a68540b3ab341e42 (diff)
patch 8.0.0694: building in shadow directory does not workv8.0.0694
Problem: Building in shadow directory does not work. Running Vim fails. Solution: Add the new libvterm directory. Add missing change in command list.
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r--src/ex_cmds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index 02d5690dcc..cde0157636 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -1483,6 +1483,9 @@ EX(CMD_tclfile, "tclfile", ex_tclfile,
EX(CMD_tearoff, "tearoff", ex_tearoff,
NEEDARG|EXTRA|TRLBAR|NOTRLCOM|CMDWIN,
ADDR_LINES),
+EX(CMD_terminal, "terminal", ex_terminal,
+ RANGE|NOTADR|EXTRA|TRLBAR|CMDWIN,
+ ADDR_OTHER),
EX(CMD_tfirst, "tfirst", ex_tag,
RANGE|NOTADR|BANG|TRLBAR|ZEROR,
ADDR_LINES),