diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -61,6 +61,9 @@ set smartcase "highlight pair char match set showmatch +"match < > too +set matchpairs=(:),[:],{:},<:> + "show match during type set incsearch |