From 5dfcf03bc1b32ba56d759f65b9ddc27cfb193f16 Mon Sep 17 00:00:00 2001 From: Sebastian Burschel Date: Tue, 13 Apr 2021 17:25:47 +0200 Subject: [PATCH] Higher redrawtime --- dotfiles/.vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index 7111f22..3195e65 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -119,7 +119,8 @@ if (&t_Co > 2 || has("gui_running")) && !exists("syntax_on") syntax on endif - +" Higher redrawtime or syntax highlighting can fail. +set redrawtime=10000 if filereadable(expand("~/.vimrc.bundles")) source ~/.vimrc.bundles