diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-21 08:41:13 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-21 10:01:40 +0200 |
| commit | 7b1f313436c09d4e41ba71fa0ad91326c4e16944 (patch) | |
| tree | 3c8e3f30bd2237f337541b3d16c2ef1d22f09914 /vis.c | |
| parent | 59b883431996e4d52d74d8926bc48243ec9dc8be (diff) | |
| download | vis-7b1f313436c09d4e41ba71fa0ad91326c4e16944.tar.gz vis-7b1f313436c09d4e41ba71fa0ad91326c4e16944.tar.xz | |
vis: add infrastructure to register custom :-commands
Diffstat (limited to 'vis.c')
| -rw-r--r-- | vis.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -394,6 +394,7 @@ void vis_free(Vis *vis) { register_release(&vis->registers[i]); vis->ui->free(vis->ui); map_free(vis->cmds); + map_free_full(vis->usercmds); map_free(vis->options); map_free(vis->actions); map_free(vis->keymap); |
