Vim: cursor becomes invisible when viewing ALE error message
Asked Answered
G

1

6

I am running vim in terminal mode in Terminator on Fedora 27, and I just recently ran into the issue where whenever I put my cursor over an error from ALE in normal mode, when the error is shown in the command bar, my cursor disappears. When the message times out after waiting still for a few seconds, the cursor returns.

Note: this error exists in Fedora's 'vimx' version (With clipboard and gvim support) but NOT in the regular installation of vim, or the vimx package's gVim

I would like to have clipboard support, but this issue is impossible to work with.

Is there any fix for this issue?

My .vimrc, for reference: https://github.com/Skyb0rg007/.vimrc/

ALE: https://github.com/w0rp/ale

Pictures: https://i.sstatic.net/i9edf.jpg

Gavingavini answered 6/2, 2018 at 3:56 Comment(1)
Use the plugin's issue tracker.Kirkuk
W
4

installing the lastest version of vim resolves this problem.

sudo add-apt-repository ppa:jonathonf/vim
sudo apt-get update

see https://launchpad.net/~jonathonf/+archive/ubuntu/vim

Waldron answered 18/6, 2018 at 16:22 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.