Yakov Lerner wrote:

> In vim6, the following completion request generated flat
> (nonrecursive) list, and worked quicky:
> 
>         vim
>         :set nocp wildmenu
>         :e /usr/*<Tab>
> 
> In vim7, the same input generates recursive filelist (which
> is very slow if directory is deeply populated).
> Is this intentional change ?

Vim adds a "*" thus this becomes ":e /usr/**" and that now expands into
the whole tree.  I'll avoid adding a star if there already is one.

-- 
>From "know your smileys":
 :-&    Eating spaghetti

 /// 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://www.ICCF.nl         ///

Reply via email to