[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] new argument parsing code committed
From: |
Shawn Betts |
Subject: |
Re: [RP] new argument parsing code committed |
Date: |
15 Jan 2005 12:17:30 -0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
"Bernhard R. Link" <address@hidden> writes:
> * Shawn Betts <address@hidden> [050115 05:26]:
> > I just committed the new argument parsing code. Please update and tell
> > me if it breaks.
> >
> > I did my best to preserve the functionality of the commands. I also
> > ran each command through some limited testing. If any commands don't
> > work as you expect them to and its a problem, please let me know.
>
> The :exec command changed its semantics to ignore all but the first
> argument. i.e. :exec xterm -fg green no longer works, to get the old
> behaviour one has to use :exec "xterm -fg green".
fixed.
-Shawn