Fixed :qpush and :qunshift without parameters (#52).
authorDaniel Carl <danielcarl@gmx.de>
Tue, 12 Nov 2013 19:28:02 +0000 (20:28 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Tue, 12 Nov 2013 19:28:02 +0000 (20:28 +0100)
commit340039de464186386930e56306be0d5ea7558ed3
treeb406d1d9f9c46bdfbdcc4aa15394711a74f1ac81
parenta4ea559b4209e60502616f3b8a3b698bfe959b93
Fixed :qpush and :qunshift without parameters (#52).

These commands should use current URI if they where called without any
parameter, but cause of the migration of the way how we parse the inputbox, we
got always a parameter or better right hand side.
src/ex.c