Higher redrawtime

This commit is contained in:
Sebastian 2021-04-13 17:25:47 +02:00
parent d5efba2db5
commit 5dfcf03bc1

View file

@ -119,7 +119,8 @@ if (&t_Co > 2 || has("gui_running")) && !exists("syntax_on")
syntax on syntax on
endif endif
" Higher redrawtime or syntax highlighting can fail.
set redrawtime=10000
if filereadable(expand("~/.vimrc.bundles")) if filereadable(expand("~/.vimrc.bundles"))
source ~/.vimrc.bundles source ~/.vimrc.bundles