Shougo / neopairs.vim

Auto insert pairs when complete done
31 stars 1 forks source link

Closing pair gets inserted when opening pair is already gone #4

Closed adriaanzon closed 7 years ago

adriaanzon commented 7 years ago

For example, using neco-vim + deoplete, type:

call has<C-n><BS>

This accepts the completion and deletes the opening pair (, but the closing pair ) will still get inserted, so you get this:

call has)
Shougo commented 7 years ago

Sorry, this is feature.