From 3ea223ac761fce5f9d17c2d65d4b010226eef134 Mon Sep 17 00:00:00 2001 From: Marco Hinz Date: Sun, 6 Dec 2015 14:00:35 +0100 Subject: [PATCH] Redraw screen on :SignifyToggleHighlight --- autoload/sy/highlight.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/sy/highlight.vim b/autoload/sy/highlight.vim index 5f6cbb5..b028e9d 100644 --- a/autoload/sy/highlight.vim +++ b/autoload/sy/highlight.vim @@ -76,6 +76,7 @@ function! sy#highlight#line_toggle() abort call sy#highlight#line_enable() endif + redraw! call sy#start() endfunction " }}}