Thursday, May 25, 2017

Case sensitive matching

Is there a way for vim's autocomplete (ctrl+n, ctrl+p) to show case
sensitive matches?
For example, if I have fooBar and foobar in the current file, I start
type foo, then hit ctrl+n, I would like to be able to chooose between
fooBar and foobar, but vim thinks there is only one match (foobar)
I have ignorecase on , so I can easily find text in the document
regardless of case, but I want case sensitive matching for
autocomplete - am I asking for the impossible?

Thanks,
Ven

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: