Commit Graph

4 Commits (1a48f9538e026b54ae5b66fa45a437db7ab68def)

Author SHA1 Message Date
nirenjan 6c0aa48dda Fix match-brackets.vim plugin to use inoremap 2013-05-16 23:46:53 -07:00
nirenjan 01dee42ba2 Fix vim-undo for match-brackets plugin
Instead of using <ESC>i to get out of insert mode and reenter it at
the closing bracket, Vim accepts the use of <Left> to move the cursor
left without leaving insert mode. This allows undo and repeats to work.
2013-02-20 12:33:42 -08:00
nirenjan 8eb278a3d0 Fix { keymap in match-brackets.vim
The { mapping used to open a C-style block, however, it gave several
problems when dealing with Perl code and hashes. This converts it to
simply working as {}, like the ( -> () and [ -> [] mappings.
2013-01-18 14:42:15 -08:00
nirenjan 056a039cc1 Import from original vim-scripts repository 2013-01-11 23:08:38 -08:00