貌不惊人什么意思
Tagged with letter-case autocompletion
3 questions
4
votes
1
answer
1k
views
Disable case sensitive auto-completion, while "smartcase" search is enabled?
I like the behavior of smartcase while searching, and I like Vim's auto-completion options, but I don't like them together. Is there any way to keep smartcase enabled, but have auto-completion results ...
3
votes
2
answers
325
views
Is there a way to use ignore case only for autocompletion in insert mode?
I know I can :set ignorecase smartcase to get autompletion to be case-insensitive but this has the side-effect of making all searches case-insensitive unless they contain an uppercase character.
I ...
2
votes
2
answers
429
views
make external command completion case insensitive when called from within Vim
I've been learning Vi/Vim for some month and, at the moment, I'm editing many files at once splitting the window, jumping from one buffer to the others. I find it very useful.
One thing I don't like ...