> E.g., a user can type the name or part of the file name he is looking > for, > the the list of file names will be narrowed down and he could just > choose his file to open easily.
There are several plugins that achieve this -- tselectfiles being one of them: http://www.vim.org/scripts/script.php?script_id=1865 For bigger files you might want to generate a manifest/files file. You could then use vim's own gf to jump to that file. -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
