Christian Brabandt
Christian Brabandt
I might try it later. Just in case, what is your terminal?
what is your vim configuration? I don't think pressing in insert mode opens up the completion menu by default.
I am using omni-completioin very seldom and did not notice anything. Do you have by any chance a preview window open?
and let me guess, if you disable the preview-window `:set completeopt-=preview :pclose` the flicker does not happen anymore?
I think, it is a vim bug. I'll post a patch there.
I think it is no vim bug. I think the main problem is, that airline constantly does `:hi` calls, which make Vim think it needs an actual redraw and forces...
depends on a vim patch https://groups.google.com/d/msg/vim_dev/pIRAvhTMy_Q/eU2EmYz9CQAJ
Am 2016-02-08 11:17, schrieb Simon Alberny: > Hi, > I always had the issue. What is the Vim version needed? If you talk about the patch that is needed for...
Yes that is true. I'll reopen.
airline does not provide this functionality. Except for the formatting warnings, most of those come from external plugins, so it is best to make use of those external plugins to...