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 > > > zoomTile.py. If I'm on archive.py and then do :buffer z<Tab> Vim > > > Does not autocomplete the file name to ZoomTile.py. It will only work > > > if I do :buffer Z<tab> meaning it is not ignoring case even though > > > wildignorecase is set. (':set wic?' says wildignorecase is on) > > > > > > This only happens when I'm on a Xubuntu system and not on my Mac OS X > > > system so maybe someone running Xubuntu can give this a try? > > > > OK, now I see the problem. On Mac case of files is (nearly) always > > ignored. It apperears that completion for :buf does not use > > 'wildignorecase'. > > > > -- > > "After a few years of marriage a man can look right at a woman > > without seeing her and a woman can see right through a man > > without looking at him." > > - Helen Rowland > > > > /// 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 ///
Ah okay, yes I thought the problem must be because OS X defaults to a case insensitive (but case preserving) file system. Thanks for the help. Perhaps this can be mentioned in the help docs? -- -- 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.