diff options
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ runtime! plugin/sensible.vim let sh_minlines=100 let sh_maxlines=600 set synmaxcol=300 +set noshowmatch +set synmaxcol=200 set nocompatible |