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

characters swallowed after <C-Left> #76

Closed rogutes closed 12 years ago

rogutes commented 12 years ago

type: (a result: ()) expect: (a)

can also be any arrow key. I can always reproduce this in gvim on Linux.
Raimondi commented 12 years ago

This should be fixed now.

rogutes commented 12 years ago

Thanks, but can't find any commits related to this and the issue is still here on master.

Raimondi commented 12 years ago

You're right, I hadn't merged the commit yet. I just did and pushed, can you pull and test again?

rogutes commented 12 years ago

Works great, thanks. delimitMate is really useful now.