当我打开文件时,例如vim .bashrc,vim打开文件并将第一个字母更改为g.我看到的是以下内容:
g To the extent possible under law, the author(s) have dedicated all
# copyright and related and neighboring rights to this software to the
...
Run Code Online (Sandbox Code Playgroud)
我改g回来#,但在加载文件后,它又改变了.发生多个文件.
我做的最后一件事是:installig gcc和make.
为什么会这样?
编辑:我的.vimrc文件:
set nocompatible
set backspace=indent,eol,start
set number
set tabstop=4
syntax on
Run Code Online (Sandbox Code Playgroud)