Closed ghost closed 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?
cout <<
cout <<>>
Read :help 'delimitMate_matchpairs'.
:help 'delimitMate_matchpairs'
Every time I type a '<', there is always a '>'. When I type
cout <<
, it will becomecout <<>>
. How could I disable the auto-close of <> while keeping the other?