|> -- 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. Should it? I had it already set, and it doesn't do what I need. I tried with ignorecase off, and that may be more like what I want (but still not really...). I would like to start tying 'func' and then pressing the omni key and it would list "FunctionName", "functionName" and "functionname". :) /Hugo
