diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-15 16:38:31 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-15 16:38:31 +0200 |
| commit | 63f26c666b9497f1ea045b809a0479930498984a (patch) | |
| tree | 56cf69d83b3650cd7289ecade447c5f503147140 /vis-cmds.c | |
| parent | 69c43ac9c75c3b3b07845942e9bcf24f78217239 (diff) | |
| download | vis-63f26c666b9497f1ea045b809a0479930498984a.tar.gz vis-63f26c666b9497f1ea045b809a0479930498984a.tar.xz | |
vis: fix wrong usage message for :unmap command
Diffstat (limited to 'vis-cmds.c')
| -rw-r--r-- | vis-cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -646,7 +646,7 @@ static bool cmd_unmap(Vis *vis, Win *win, Command *cmd, const char *argv[], Curs const char *lhs = argv[2]; if (mode == VIS_MODE_INVALID || !lhs) { - vis_info_show(vis, "usage: unmap mode lhs rhs\n"); + vis_info_show(vis, "usage: unmap mode lhs\n"); return false; } |
