Re: tab completion of file names with partial string matching

2016-03-10 Thread Ben Fritz
On Wednesday, March 9, 2016 at 11:43:59 PM UTC-6, kamaraju kusumanchi wrote: > Say I have a directory with two files junk1.txt, junk2.txt. In zsh, if I do > > vim 1 > > it expands to > > vim junk1.txt > > Is it possible to have this kind of completion when opening files in > gvim as well? For e

tab completion of file names with partial string matching

2016-03-09 Thread kamaraju kusumanchi
Say I have a directory with two files junk1.txt, junk2.txt. In zsh, if I do vim 1 it expands to vim junk1.txt Is it possible to have this kind of completion when opening files in gvim as well? For example, commands such as :e 1 :find 1 :tabf 1 should expand to :e junk1.txt :find junk1.txt :tab