当我打开一个文件,例如
vim .bashrc,vim打开文件并将第一个字母更改为g.我看到的是:
原文链接:https://www.f2er.com/bash/384023.htmlg To the extent possible under law,the author(s) have dedicated all # copyright and related and neighboring rights to this software to the ...
最后我做的是:installig gcc和make.
为什么会发生这种情况?
编辑:
我的.vimrc文件:
set nocompatible set backspace=indent,eol,start set number set tabstop=4 Syntax on