auto-pairs
auto-pairs copied to clipboard
auto-apirs behavior weird about " in .vimrc
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.
I'm also having this issue, did you find a solution?
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.
Also see #272 which is quite possibly the same issue.