Steven Woody wrote:
On 12/14/06, A.J.Mechelynck <[EMAIL PROTECTED]> wrote:
Steven Woody wrote:
> i just installed a 7.0 of vim on windows. i remembered, in the
> previous version, when i need to open a file using the ':ed' command,
> i can press <tab> after giving first few characters of the file ( or
> path ), vim would auto complete the reset.
>
> but after i installed the new vim 7.0. the <tab> does not work. can
> anyone know why? i think i might miss some in the .vimrc.
>
If you have a .vimrc, and Vim finds it, it should set 'nocompatible' at
startup. This would set up <Tab> as the wild key. So:
:verbose set cp? wc?
i got E488: Trainning characters: cp?wc?
Make sure you have a space between the first question mark and the rest.
Best regards,
Tony.