diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-05 20:39:33 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-05 20:40:56 +0200 |
| commit | 899b978360e62043f738b772add108b1ec8f8804 (patch) | |
| tree | 47ad5bfe9a4ee211c594f80e18198ae221cef53c /vis-core.h | |
| parent | 45bd913194a1fcda4760e39772155ae4e3fc6a47 (diff) | |
| download | vis-899b978360e62043f738b772add108b1ec8f8804.tar.gz vis-899b978360e62043f738b772add108b1ec8f8804.tar.xz | |
vis: remove left over from :sam command
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -152,7 +152,6 @@ 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 */ |
