Why vim is changing first letter to g after opening a file

前端 未结 8 2013
野趣味
野趣味 2021-02-12 10:04

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:

g To the extent p         


        
8条回答
  •  半阙折子戏
    2021-02-12 10:42

    So it appers to be a vim issue. So far I gathered only two solutions:

    • Reinstall to older version of vim. i reinstalled to 7.4.752-1 and bug is gone.
    • Change cygwin terminal to anyone but "xterm*" (right-click on title bar -> Options... -> Terminal -> Type)

提交回复
热议问题