mattn / vim-sonictemplate

Easy and high speed coding method
http://mattn.github.com/vim-sonictemplate
333 stars 42 forks source link

using '\b' for elase #35

Closed 0Delta closed 5 years ago

0Delta commented 5 years ago

{{_cursor_}} was not elase when with vim option inoremap <BS> <Nop> . Use \b for feedkeys, it works correct.

Please fix it or marge this request.

0Delta commented 5 years ago

I confimed fix with 51a9cec47ad815451a8cdf1408a50ea525111442. Thanks !