aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index efba63c..0fd5bf1 100644
--- a/vimrc
+++ b/vimrc
@@ -30,8 +30,8 @@ call dein#end()
filetype plugin indent on
syntax enable
-" Fix performance issue with long lines
-set synmaxcol=200
+" Limit size of line slice analyzed for syntax highlighting to save performance
+set synmaxcol=500
" Fix splits after resize events
autocmd VimResized * wincmd =