Re: patch so command sequences don't need a space after semicolon

2014-02-01 Thread J Raynor
> 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.

Re: patch so command sequences don't need a space after semicolon

2014-01-31 Thread Nicholas Marriott
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