Let's say I want to see which files end with t. When I do
     :e *t<tab>
vim shows not only files anding with t but all files
containing t, as if I did :e *t*<Tab>.
How can I limit the filename completion only to files ending with t ?

Yakov

Reply via email to