When I open a file, eg vim .bashrc, vim opens the file and change the first letter to g. What I see is the following:
vim .bashrc
g
g To the extent p
Strange enough, but it works for me. I created a ~/.vimrc file:
syntax on set background=dark
The 2nd option disable the bug.