On 9/25/06, Fabien Meghazi <[EMAIL PROTECTED]> wrote:
> Does this do what you wanted ?Well actually it's not the solution I'm searching for as it won't work when I type "vim *.py" from a terminal
Try 'vim -p *.py', or alias vim='vim -p' (depending on your shell) Yakov