Browse Source

Disable vim <> pairing

merge-requests/1/merge
lhark 10 years ago
parent
commit
8c1e1daf97
  1. 2
      vimrc

2
vimrc

@ -253,7 +253,7 @@ set matchpairs=":"
set matchpairs+=(:) set matchpairs+=(:)
set matchpairs+={:} set matchpairs+={:}
set matchpairs+=[:] set matchpairs+=[:]
set matchpairs+=<:> "set matchpairs+=<:> : too annoying
"[Turn backup off and value of history]" "[Turn backup off and value of history]"
set nobackup set nobackup
set noswapfile set noswapfile

Loading…
Cancel
Save