-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
I get this random string in my buffer every time I start vim: 37=1b5b313b3246. I think there are also a bunch of jumps that happen if I open an existing buffer.
This doesn't happen in neovim, only normal vim.
Minimal reproduction:
let s:pluginPath = expand("$HOME") . "/.vim/plugins"
call plug#begin(s:pluginPath)
Plug 'skywind3000/vim-terminal-help'
call plug#end()
finishSuprisingly, this doesn't happen if I use `vim -u NORC --cmd "set rtp+=$HOME/.vim/plugins/vim-terminal-help"
Arch, vim 8.2 in terminal. Doesn't seem to happen in gvim.
Metadata
Metadata
Assignees
Labels
No labels