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 ?
Yakov
