Open Goku-San opened 4 years ago
Is it a duplicate of #266?
Hello @kazukazuinaina, yes it could be a duplicate, but this sequence is different than that in #266.When I was googling this problem I did't find anything about it.
Anyhow, reading the #266 and the other links in there, I can confirm that set t_RV=
makes the sequence disappear.
Also they state that it is a workaround.
Also I noticed that if I set background=dark
in .vimrc
the sequence disappears in empty vim buffer.
If You like you can close this issue and I can move to #266. I hope this gets solved soon. Thanks.
I get this error from the "Syntastic" plugin. But not on all my machines just my laptop,not sure why.
I get this error from the "Syntastic" plugin. But not on all my machines just my laptop,not sure why.
Which terminal do you use on your laptop?
For the benefit of others who might end up here searching on terminal control sequence ^[[?12;4$y
:
This may be related to limitations in some terminal applications. I have reproduced in iTerm2 3.4.16 but have not seen the issue in Terminal 2.12.7. iTerm2 reports as VT100 (^[[>0;95;0c
) when Vim queries it via ^[[>c
; Terminal reports as VT220 (^[[>1;95;0c
). Disabling the relevant terminal query (set t_RV=
) appears to fix the issue for iTerm2. It also appears to be fixed in the nightly built of iTerm2 (e.g. 3.5.20220924-nightly
) which responds to the query with ^[[>41;2500;0
, i.e. VT420.
VimDevIcons
is the last loaded vim plugin?[x ] Are you using Mac, Linux or Windows? Linux Manjaro XFCE terminal: xfce-terminal
Optional Info
I noticed the issue today
I commented out all the plugins and one by one checked which plugin is causing the issue. When I got to devicons the sequence popped up, so I commented out the plugins again and tried with devicons only. The sequence disappeared.
Than I tried devicons + ... and the winning combination was devicons + vim-airline . So I commented out my settings the sequence is still showing up, even on blank vim buffer. It is always around L38-40. If file is less than 38 lines than nothing happens. Airline settings airline version 0.11
DevIcons settings that I normally use