Hari Krishna Dara wrote:

> I have a command with custom completion function that employs the :redir
> mechanism to determines the matches. This used to work fine in Vim6.3,
> but is broken in Vim7.0. I don't see any sandbox restrictions that could
> apply in this case, but even if they do, the command for which I am
> redirecting the output itself is very simple, it is just an :echo on a
> simple string, something like this:
> 
> :Echo delete
> 
> and the command Echo is defined as
> 
> :command! -complete=file -nargs=* Echo :echo <q-args>
> 
> Is this a bug in Vim7 or some change that is not backwards compatible?
> What would be the change that caused this to break?

You don't give enough information to write a meaningful reply.

-- 
Windows
M!uqoms

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to