Search the web
Sign In
New User? Sign Up
vimdev · Vim (Vi IMproved) text editor developers list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
path completion case sensitivity on unix   Message List  
Reply | Forward Message #54540 of 55384 |
Re: path completion case sensitivity on unix


On Fri, Jul 3, 2009 at 2:28 PM, Thomas Rowe wrote:
>
> Path completion on Windows and Unix are different regarding case
> sensitivity.  Given file './Blah' on Windows, vim command ':e b<tab>' will
> expand out to ':e Blah'.  On Linux it does not expand, even though bash
> does as I have 'set completion-ignore-case on' in my ~/.inputrc.
>
> I would much prefer case insensitive completion on Linux.  Ideally vim
> would honor .inputrc settings.  I'd like to offer a patch but the
> learning curve for the vim source seems rather steep.
>
> Any chance of getting this implemented?  Or can someone offer some
> pointers on how to do it myself?

Vim couldn't possibly obey settings in .inputrc, since it doesn't use readline.

As for case-insensitive completion, see this:

http://groups.google.com/group/vim_dev/browse_thread/thread/d85208b0b888c5a2/721\
5a4c95e7637e1


~Matt

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---




Fri Jul 3, 2009 6:47 pm

mjw@...
Send Email Send Email

Forward
Message #54540 of 55384 |
Expand Messages Author Sort by Date

Path completion on Windows and Unix are different regarding case sensitivity. Given file './Blah' on Windows, vim command ':e b<tab>' will expand out to ':e...
Thomas Rowe
thomas_rowe@...
Send Email
Jul 3, 2009
6:33 pm

... Vim couldn't possibly obey settings in .inputrc, since it doesn't use readline. As for case-insensitive completion, see this: ...
Matt Wozniski
mjw@...
Send Email
Jul 3, 2009
6:53 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help