Control: forwarded -1 https://github.com/neovim/neovim/issues/31687
On Mon, Sep 15, 2025 at 11:41:35AM +0200, david wrote:
Last neovim update has broken blinkon option in guicursor. This is my current config: set guicursor+=a:blinkon500,a:ver10 In neovim 0.10 it worked perfectly.
Looks like that now needs to specify both blinkon and blinkoff for it to take effect. For example, set guicursor+=a:blinkon500-blinkoff500,a:ver10 The bug I'm marking this "forwarded" to is discussing how to improve the handling of this. Cheers, -- James (he/him) GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB

