aboutsummaryrefslogtreecommitdiff
path: root/vis-core.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-04-01 17:24:08 +0200
committerMarc André Tanner <mat@brain-dump.org>2016-04-03 13:22:15 +0200
commit18ee9f0729d2091781dcbee58374b409b9fc24cc (patch)
treef0cfb501c586f37fbe2e2788109979a6c25f6d03 /vis-core.h
parentff95ff528e127d21f4fcf843d18503694a9d325a (diff)
downloadvis-18ee9f0729d2091781dcbee58374b409b9fc24cc.tar.gz
vis-18ee9f0729d2091781dcbee58374b409b9fc24cc.tar.xz
sam: add infrastructure to support multi letter commands
Diffstat (limited to 'vis-core.h')
-rw-r--r--vis-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis-core.h b/vis-core.h
index 4a5d3fc..70dc2d7 100644
--- a/vis-core.h
+++ b/vis-core.h
@@ -152,6 +152,7 @@ struct Vis {
bool expandtab; /* whether typed tabs should be converted to spaces */
bool autoindent; /* whether indentation should be copied from previous line on newline */
Map *cmds; /* ":"-commands, used for unique prefix queries */
+ Map *sam_cmds; /* ":"-commands, used for unique prefix queries */
Map *options; /* ":set"-options */
Map *keymap; /* key translation before any bindings are matched */
Buffer input_queue; /* holds pending input keys */