Bram,
Would you add to the todo list some way to lock the
filename completion to the end of the filename ? Currently, the
:e *a<Tab>
automatically adds the * at the end. This shows not
files endnig with 'a', but all files *containing* 'a' . This
is by design. The consequence is that user cannot make the
completion show files the ending with 'a', no ?
Maybe some character can be defined that anchors the to the
end of name and tells the completion mechanism not to add
the trailing * ? For example,
:e *a$<Tab>
?
This affects usefulness of filename completion when
directory contains very large number of files.
Yakov
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---