vim-session
vim-session copied to clipboard
strange characters appear when vim launched w/o any args
Hi. When I launch VIM without any file to edit there are the following characters visible on the first line:
[[>0;95;c
However, after pressing Shift-A it appears those characters are just "ghost".
Btw, this is tested on builtin "VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Aug 24 2013 18:58:47)" on Mac 10.9.5 and I cannot reproduce it with the latest MacVIM.
Hm, I've just noticed that the issue disappears when I turn session autoloading off. Also please note that this was new installation without any sessions saved / available.
I can confirm this. When I start vim w/o arguments it shows: ;2R^[[>1;4401;0c
.
I don't have saved a session as well.
Appending let g:session_autoload = 'no'
to my .virmc
fixes the problem, but, obviously, disables session auto loading.
I have had the same thing, but only in xterm (Linux), not in gvim, macvim or vim on iterm2, and I think I did not have the problem in rxvt either, though it has been a while. Did not have it either when using neovim on xterm.