Redraw screen on :SignifyToggleHighlight

This commit is contained in:
Marco Hinz 2015-12-06 14:00:35 +01:00
parent 6333c7f140
commit 3ea223ac76

View File

@ -76,6 +76,7 @@ function! sy#highlight#line_toggle() abort
call sy#highlight#line_enable()
endif
redraw!
call sy#start()
endfunction
" }}}