这是啥问题怎么搞
vim
处理 /home/eye/.vimrc 时发生错误:
第 1 行:
E481: 不能使用范围: 1 set nu
第 2 行:
E481: 不能使用范围: 2 set ts=4
第 3 行:
E481: 不能使用范围: 3 set expandtab
第 4 行:
E481: 不能使用范围: 4 set autoindent
第 5 行:
E481: 不能使用范围: 5 set ruler
第 6 行:
E481: 不能使用范围: 6 syntax on
第 7 行:
E481: 不能使用范围: 7 set nohls
第 8 行:
E481: 不能使用范围: 8 inoremap _main name == 'main':
请按 ENTER 或其它命令继续
找到你的.vimrc文件 对着错误修改
set nu
set ts=4
set expandtab
set autoindent
set ruler
syntax on
set nohls
inoremap _main name == 'main':