> Wouldn't it be nice if there is a command
> like :ts where VIM lists all files by the name, and then let the use
> choose one he wants?

I think you could get close to the desired behavior with tselectfiles
[1] by setting b:tselectfiles_dir to &path -- maybe from an BufEnter
autocommand? Scanning &path (which is done only once unless requested
otherwise) takes some time though.

[1] http://www.vim.org/scripts/script.php?script_id=1865
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to