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

auto-apirs behavior weird about " in .vimrc

Open roachsinai opened this issue 5 years ago • 3 comments

Like I have 5 lines in .vimrc:

"
"
"
"
"

each line only have a " char.

And if I at line 3 after " press backspace, it turns to

"
"
"
"

While the expected output is:

"
"

"
"

means should only delete the char not the whole line.

roachsinai avatar Mar 07 '19 10:03 roachsinai

I'm also having this issue, did you find a solution?

harryjubb avatar Dec 17 '19 10:12 harryjubb

No.

While I think may it is the real intention. When you delete a ", it will remove the next " if all there in these two " is just whitespace character.

But when I edit .vimrc I have the problem above.

roachsinai avatar Dec 17 '19 11:12 roachsinai

Also see #272 which is quite possibly the same issue.

vojtech2 avatar Feb 06 '20 00:02 vojtech2