auto-pairs icon indicating copy to clipboard operation
auto-pairs copied to clipboard

Wrongly delete lines when editing vim config file by mistake

Open simbafs opened this issue 3 years ago • 3 comments

Because vim config uses quotation marks as comments, when deleting the space character before the quotation mark, the plugin will delete the following blank lines by mistake. vim-error

simbafs avatar Apr 09 '21 14:04 simbafs

Try adding this:

g:AutoPairsMultilineClose = 0

or update to the latest version.

arunanshub avatar Aug 07 '21 12:08 arunanshub

"latest version" - this repo hasn't been updated since 2019. Updating isn't going to do anything anyway - I've reproduced it on the last version uploaded. I've only fixed this in my fork, but with jiangmiao gone (#309), there's not gonna be changes to this repo any time soon, if ever.

LunarWatcher avatar Aug 07 '21 13:08 LunarWatcher

@LunarWatcher consider using vim-scripts/auto-pairs-gentle. It's old, but works perfectly.

arunanshub avatar Aug 07 '21 14:08 arunanshub