Higher redrawtime
This commit is contained in:
parent
d5efba2db5
commit
5dfcf03bc1
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue