diff options
Diffstat (limited to 'vis-cmds.c')
| -rw-r--r-- | vis-cmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ static bool cmd_set(Vis *vis, Win *win, Command *cmd, const char *argv[], Cursor } if (!win && (opt->flags & OPTION_FLAG_WINDOW)) { - vis_info_show(vis, "Need active window for :set command"); + vis_info_show(vis, "Need active window for :set %s", argv[1]); return false; } |
