diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2015-11-07 08:45:15 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2015-11-07 08:45:15 +0100 |
| commit | f1002cdc6d70bae0c5f68df1d91cd170189d4789 (patch) | |
| tree | db9dcbc634e207aa8618f571fd4dc87a67dc8505 /vis-core.h | |
| parent | acced3c57142eb2ad389b0aa247bc361bc627beb (diff) | |
| download | vis-f1002cdc6d70bae0c5f68df1d91cd170189d4789.tar.gz vis-f1002cdc6d70bae0c5f68df1d91cd170189d4789.tar.xz | |
vis: introduce vis_cancel API
Diffstat (limited to 'vis-core.h')
| -rw-r--r-- | vis-core.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -167,7 +167,7 @@ const char *expandtab(Vis *vis); void macro_operator_stop(Vis *vis); void macro_operator_record(Vis *vis); -void action_reset(Vis*, Action *a); +void action_reset(Action*); void mode_set(Vis *vis, Mode *new_mode); Mode *mode_get(Vis *vis, enum VisMode mode); |
