diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2014-05-28 23:20:40 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2014-05-28 23:20:40 +0200 |
commit | 2db339a701d9685fe2dd1fbe823bfa169758fb6e (patch) | |
tree | 8208ae59d013db33597a4ca0deb77ad2889c1e14 /.vimrc | |
parent | Fix command definition (diff) | |
download | vim_sync-2db339a701d9685fe2dd1fbe823bfa169758fb6e.tar.xz |
Match <, > too in vim % command
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 |