Hi Hari,

On 5/24/06, Hari Krishna Dara <[EMAIL PROTECTED]> wrote:

This was working fine in Vim6.3, but in Vim7 I get E488. Here is how to
reproduce:

:command! TT :echo "TT"
:TT | TT

You get:

E488: Trailing characters

Looks like the user commands can't be followed by other commands
anymore.


You should use the "-bar" argument to ":command":

  :command! -bar TT :echo "TT"

- Yegappan

Reply via email to