Closed bybor closed 14 years ago
Guess, it's more appropriate to contact SuperTab maintainer. But any ideas would be welcome.
Thanks.
This issue was fixed by SuperTab author http://github.com/ervandew/supertab/commit/5edeb681fd780be3477c
Thanks
Thanks for reporting here.
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