Skip to content

Random strings in buffer. #15

@BlueDrink9

Description

@BlueDrink9

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()
finish

Suprisingly, 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions