Commit Graph

4 Commits (999f0d74ac3ac200d8cbbc62694b5528f79b6b2a)

Author SHA1 Message Date
nirenjan 90415aa043 Fix match-brackets.vim plugin to use inoremap 2013-05-16 23:46:53 -07:00
nirenjan 3fe897099e 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 714c1fb05c 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 02249ba14f Import from original vim-scripts repository 2013-01-11 23:08:38 -08:00