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.99k stars 117 forks source link

<BS> get unmapped by some other plugins (SuperTab)? #45

Closed bybor closed 14 years ago

bybor commented 14 years ago

I've noticed that i loose <BS> default behavior sometimes.

Turns out that it's caused by SuperTab.vim, though not really sure.

Steps to reproduce:

Start typing in insert mode, hit "Tab" so that completion list appears Hit "BS" few times Hit "ESC" to get to normal mode. Go to insert, type (, so that () appear

Typing "BS" after that - inside () doesn't remove bracket. :verbose imap <BS> shows nothing

Is it possible to workaround it somehow? Thanks

bybor commented 14 years ago

Guess, it's more appropriate to contact SuperTab maintainer. But any ideas would be welcome.

Thanks.

bybor commented 14 years ago

This issue was fixed by SuperTab author http://github.com/ervandew/supertab/commit/5edeb681fd780be3477c

Thanks

Raimondi commented 14 years ago

Thanks for reporting here.