diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-01 17:24:08 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-03 13:22:15 +0200 |
| commit | 18ee9f0729d2091781dcbee58374b409b9fc24cc (patch) | |
| tree | f0cfb501c586f37fbe2e2788109979a6c25f6d03 /vis-core.h | |
| parent | ff95ff528e127d21f4fcf843d18503694a9d325a (diff) | |
| download | vis-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |
