On 4/28/06, Hugo Ahlenius <[EMAIL PROTECTED]> wrote:
Hi,

I 6.x series vim, I had the completion to cycle through all the available
keywords in the existing buffer, and it was then case insensitive.

Now I am on gvim 7.0f (on WinXP) and omni-completion looks very cool -- but
is there any (easy) way to make the preview list all the alternative
capitalizations of a specific keyword? I would like "FunctionName",
"functionName" and "functionname" etc to show up in the menu...

:set ignorecase
should do it.

Reply via email to