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,

Bug in syntax/zsh.vim

2007-10-23 Fir de Conversatie Richard Hartmann
Hi all, Problem: vim zsh syntax file gets confused by curly brackets in single quotes. Test cases: A=${foo['A']} B=${foo['{']} C=${foo['C']} A=${foo['A']} B=${foo['}']} C=${foo['C']} Lines 1 and 3 are irrelevant to the outcome, they just provide examples of correct and broken syntax

bug in vim 7.1 cygwin?

2007-10-23 Fir de Conversatie Aryeh Leib Taurog
Occasionally, when I run vim, it clears the terminal, prints an error message and exits immediately. This has happened very infrequently and I actually thought it was a problem with my terminal (terminator Revision 1346 (2308)), but now it is happening (with more consistency, unfortunately)

Re: bug in vim 7.1 cygwin?

2007-10-23 Fir de Conversatie Tony Mechelynck
Aryeh Leib Taurog wrote: Occasionally, when I run vim, it clears the terminal, prints an error message and exits immediately. This has happened very infrequently and I actually thought it was a problem with my terminal (terminator Revision 1346 (2308)), but now it is happening (with

Re: Bug in syntax/zsh.vim

2007-10-23 Fir de Conversatie Nikolai Weibull
On 10/23/07, Andy Wokula [EMAIL PROTECTED] wrote: Richard Hartmann schrieb: On 23/10/2007, Andy Wokula [EMAIL PROTECTED] wrote: :syn region zshSubst matchgroup=zshSubstDelim start='\${' skip='\\}' \ end='}' [EMAIL PROTECTED],zshBrackets,zshQuoted,zshString This fixes the