jiangmiao / auto-pairs

Vim plugin, insert or delete brackets, parens, quotes in pair
http://www.vim.org/scripts/script.php?script_id=3599
4.09k stars 373 forks source link

error match for quotes #363

Closed samghara closed 1 year ago

samghara commented 1 year ago

input: |string" When I press " at | output: "|"string" But here's what I hope output: "|string"

Is this possible? Thanks!

LunarWatcher commented 1 year ago

It's supported in my fork: https://github.com/LunarWatcher/auto-pairs