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? -- Thank you, Hari __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
