aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-12-20 11:20:27 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-12-20 11:20:27 +0100
commit8572b583712abc80ee2a791b0e66d09cbfc28721 (patch)
tree06b238a06546343c26c132e1b7fb3c0245aa6d7c /main.c
parentcddf179106901b42b7d54023314d40624be8e418 (diff)
downloadvis-8572b583712abc80ee2a791b0e66d09cbfc28721.tar.gz
vis-8572b583712abc80ee2a791b0e66d09cbfc28721.tar.xz
vis: fix forceful redraw <C-l>
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index a3b4023..5bb04d4 100644
--- a/main.c
+++ b/main.c
@@ -616,7 +616,7 @@ static KeyAction vis_action[] = {
[VIS_ACTION_REDRAW] = {
"editor-redraw",
"Redraw current editor content",
- call, { .f = vis_draw }
+ call, { .f = vis_redraw }
},
[VIS_ACTION_REPLACE_CHAR] = {
"replace-char",