summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-01-05 19:59:18 +0000
committerBram Moolenaar <Bram@vim.org>2023-01-05 19:59:18 +0000
commit554d0313022c3977c71f7dcbc5c841ef43d988a6 (patch)
treee21ee06542388f5757b04f8cd987cfada2932db1 /src/ex_cmds.h
parentcf760d50dceb46bd583321c210b88b92360eb959 (diff)
patch 9.0.1150: :interface is not implemented yetv9.0.1150
Problem: :interface is not implemented yet. Solution: Implement the basics of :interface.
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r--src/ex_cmds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index c6f85ce104..1c71bd31a3 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -756,7 +756,7 @@ EXCMD(CMD_inoremenu, "inoremenu", ex_menu,
EXCMD(CMD_intro, "intro", ex_intro,
EX_TRLBAR|EX_CMDWIN|EX_LOCK_OK,
ADDR_NONE),
-EXCMD(CMD_interface, "interface", ex_interface,
+EXCMD(CMD_interface, "interface", ex_class,
EX_EXTRA|EX_TRLBAR|EX_CMDWIN|EX_LOCK_OK,
ADDR_NONE),
EXCMD(CMD_isearch, "isearch", ex_findpat,