Re: Setting wildignorecase does not ignore case when completing a file with :buffer on Xubuntu system

2014-05-31 Fir de Conversatie Bram Moolenaar
Akshay wrote: On Friday, May 30, 2014 7:57:55 PM UTC-7, Akshay H wrote: Hello, Recently I noticed that when I set 'wildignorecase', it does not ignore case when expanding a filename on a Xubuntu 12.04 system. (This is also reproducible with Xubuntu 14.04) What I tried:

Re: Setting wildignorecase does not ignore case when completing a file with :buffer on Xubuntu system

2014-05-31 Fir de Conversatie Akshay H
Hi Bram, Opening vim with: vim -u NONE -N -c set\ wildignorecase *.py does open two buffers for me, the ones I touched earlier before opening vim. :ls! lists two buffers for me: archive.py and zoomTile.py. If I'm on archive.py and then do :buffer zTab Vim Does not autocomplete the file name

Re: Setting wildignorecase does not ignore case when completing a file with :buffer on Xubuntu system

2014-05-31 Fir de Conversatie Bram Moolenaar
Akshay H wrote: Opening vim with: vim -u NONE -N -c set\ wildignorecase *.py does open two buffers for me, the ones I touched earlier before opening vim. :ls! lists two buffers for me: archive.py and zoomTile.py. If I'm on archive.py and then do :buffer zTab Vim Does not autocomplete

Re: Setting wildignorecase does not ignore case when completing a file with :buffer on Xubuntu system

2014-05-31 Fir de Conversatie Akshay H
On Saturday, May 31, 2014 2:07:40 PM UTC-7, Bram Moolenaar wrote: Akshay H wrote: Opening vim with: vim -u NONE -N -c set\ wildignorecase *.py does open two buffers for me, the ones I touched earlier before opening vim. :ls! lists two buffers for me: archive.py and

Setting wildignorecase does not ignore case when completing a file with :buffer on Xubuntu system

2014-05-30 Fir de Conversatie Akshay H
Hello, Recently I noticed that when I set 'wildignorecase', it does not ignore case when expanding a filename on a Xubuntu 12.04 system. (This is also reproducible with Xubuntu 14.04) What I tried: 1. touch ZoomTile.py archive.py 2. vim -u NONE -N -c set\ wildignorecase 3. :buffer zTAB

Re: Setting wildignorecase does not ignore case when completing a file with :buffer on Xubuntu system

2014-05-30 Fir de Conversatie Akshay H
On Friday, May 30, 2014 7:57:55 PM UTC-7, Akshay H wrote: Hello, Recently I noticed that when I set 'wildignorecase', it does not ignore case when expanding a filename on a Xubuntu 12.04 system. (This is also reproducible with Xubuntu 14.04) What I tried: 1. touch ZoomTile.py