From f1c507359399360f660d8dbafb44cf3b06372a95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 19 Jan 2016 20:47:31 +0100 Subject: vis: fix default command prompt in visual mode --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index c4abe0b..7cb7350 100644 --- a/main.c +++ b/main.c @@ -792,7 +792,7 @@ static KeyAction vis_action[] = { [VIS_ACTION_PROMPT_SHOW_VISUAL] = { "prompt-show-visual", "Show editor command line prompt in visual mode", - prompt_show, { .s = "'<,'>" } + prompt_show, { .s = ":'<,'>" } }, [VIS_ACTION_REPEAT] = { "editor-repeat", -- cgit v1.2.3