how to get rid of weird lines showing on my vim windows after omni completion

265 Views Asked by At

weird lines in windows vim after omni completion

Every time after using omnicomplete in vim it gives suggestions in a pop up after my cursor and when I'm done with it, it leaves a line along the pop up.. and it only goes away after scrolling the complete window once. It gets very annoying..

How do I get rid of this?

2

There are 2 best solutions below

2
On

Maybe use CTRL-L? It should redraw the screen.

:h CTRL-L
0
On

Looks like a rendering bug.

Step 1: try downloading the latest Vim source code and compiling it

Step 2: see if the problem exists there

Step 3: if the problem still exists, report as a bug on the vim_dev mailing list ( http://www.vim.org/maillist.php#vim-dev ). Be sure to specify your Vim version, whether you're using terminal or GUI Vim, and on what OS.

Step 4: wait anywhere from a few days to a few years and maybe somebody will fix it