Re: anchoring filename completion to the end of filename

2007-10-23 Fir de Conversatie Yakov Lerner
On 10/22/07, Bram Moolenaar [EMAIL PROTECTED] wrote: Yakov Lerner wrote: Would you add to the todo list some way to lock the filename completion to the end of the filename ? Currently, the :e *aTab automatically adds the * at the end. This shows not files endnig with 'a', but

Re: anchoring filename completion to the end of filename

2007-10-23 Fir de Conversatie Ben Schmidt
Somehow using a dollar doesn't work here, probably because of expanding environment vars. We might not be able to change this without breaking backwards compatiblity. This is completion-specific issue. In glob, the problem does not exist. Strangely, :e $Tab completes names of env.vars,