相关疑难解决方法(0)

为什么vim在打开文件后将第一个字母改为g

当我打开文件时,例如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 gccmake.

为什么会这样?

编辑:我的.vimrc文件:

set nocompatible
set backspace=indent,eol,start
set number
set tabstop=4
syntax on
Run Code Online (Sandbox Code Playgroud)

vim bash cygwin .bash-profile

20
推荐指数
5
解决办法
4651
查看次数

标签 统计

.bash-profile ×1

bash ×1

cygwin ×1

vim ×1