> This breaks quotes, for example try:
>
> neww -n "a;neww"
I knew the patch caused this behavior.
> I know the existing code allows things like 'neww -n "a;" neww'
And that's why I didn't think it was a problem. I figured it was
established behavior that semicolons weren't safe in quotes.
Hi
This breaks quotes, for example try:
neww -n "a;neww"
I know the existing code allows things like 'neww -n "a;" neww' but that
isn't as bad.
It would seem that it'd be better to do this in cmd_string_parse which
would fix both.
But the problem is that will stop it working with the argv gi