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:
> > 
> > 1. touch ZoomTile.py archive.py 
> > 2. vim -u NONE -N -c set\ wildignorecase
> > 3. :buffer z<TAB>
> > 
> > After having pressed TAB after typing a lowercase 'z', it does not expand 
> > the filename to ZoomTile.py. 
> > 
> > However, doing the above steps on my OS X machine, it works as expected. 
> > Doing :buffer z<TAB> expands the filename to ZoomTile.py.
> > 
> > Also, if I set 'fileignorecase' instead of 'wildignorecase' on my Xubuntu 
> > machine, it then expands the z to ZoomTile.py. 
> > 
> > Both my vim are vim 7.4.273, and both are compiled with the same options 
> > compiled (they both are HUGE versions with +wildignore) 
> > 
> > Is it possible I'm doing something wrong here? Why does setting 
> > 'wildignorecase' not ignore case only on my Xubuntu machine?
> 
> Sorry for a typo, #2 should say:  vim -u NONE -N -c set\ wildignorecase *.py 

:buffer will complete buffer names.  In the example you haven't got any
buffers, try ":ls!".  Completion on :edit should work.

-- 
A man is incomplete until he's married ... and then he's finished!

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to