Marcos Cruz <vim...@pr...> wrote:
> En/Je/On 2013-05-10 21:58, Hannes Schüller escribió / skribis /
> wrote :
>
> > Works for me. Can you quote *exactly* the lines you have in your
> > config files which don't work?
>
> map :qpl=:open http://localhost/programandala.net
> map :qp=:open http://programandala.net
> map :qvl=:open http://localhost/vivirenbicicleta.info
> map :qv=:open http://vivirenbicicleta.info
>
> Those are the first maps of this kind I've tried (I mean, mappings
> that start with a semicolon and create a command).
>
> I've just realized something new: only the last mapping in the list
> works, whatever it is. The rest of the maps cause the error "Not a
> browser command".
Ah, I can see the problem now! Mapping multiple colon commands to other
colon commands, the memory storing the new alias is always
overwritten, so only the last one is correctly stored. Could you try the
attached patch and see if it solves your problem?
Hannes
|