When I run vim with one of these plugins:
I sometimes see garbage characters in the buffer when I open vim.
These symbols are:
By removing these two plugins, I no longer see these garbage symbols.
If I type dd , it does not even delete these characters. Wim says the buffer is empty.
Including this command at the end of my .vimrc is a workaround for this problem:
autocmd VimEnter * redraw!
In this case, these characters are immediately deleted.
How can I fix this problem?
source share