vim-argwrap
vim-argwrap copied to clipboard
[Bug Report] Cannot split arguments with odd number of quotes.
Try :ArgWrap
this piece of code:
data: {text: 1, anotherText: "it's me", bool: true}
You will find that it stops splitting after the 2nd comma.
My guess is that because the word it's me
has odd numbers of single quote inside (From the example, it's just one single quote).
You can try 3 double quotes or 5 single quotes. All of them introduce bugs.
Bugs also occur if the key is a text like this: "it's me"
@FooSoft Please consider fixing this bug.