:sp tab completion

2007-04-23 Thread Jack Eidsness
My question is easiest to describe in terms of bash. When you're using a plain bash configuration (plain, or maybe its common configuration for most linux distros), and try to open a file at the command line using tab for autocompletion, like this: [ /etc ]$ vim rc.(tab) rc.drc.local

Re: :sp tab completion

2007-04-23 Thread A.J.Mechelynck
Jack Eidsness wrote: My question is easiest to describe in terms of bash. When you're using a plain bash configuration (plain, or maybe its common configuration for most linux distros), and try to open a file at the command line using tab for autocompletion, like this: [ /etc ]$ vim rc.(tab)