Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
http://www.vim.org/scripts/script.php?script_id=2754
1.98k stars 117 forks source link

Disable the auto-close of <> #144

Closed ghost closed 11 years ago

ghost commented 11 years ago

Every time I type a '<', there is always a '>'. When I type cout <<, it will become cout <<>>. How could I disable the auto-close of <> while keeping the other?

Raimondi commented 11 years ago

Read :help 'delimitMate_matchpairs'.