diff options
| -rw-r--r-- | vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = |
