小编vis*_*isu的帖子

.vimrc为什么不执行?

当我尝试使用. .vimrc它给与错误:

bash: runtime! command not found
bash: syntax: command not found
bash: filetype: command not found
bash: filetype: command not found
Run Code Online (Sandbox Code Playgroud)

它只是无缘无故地随机停止工作,其他所有点文件似乎都可以正常工作。将.vimrc包含此:

runtime! archlinux.vim
set number
set noswapfile
set nobackup
syntax on
set autoindent
set smartindent
set smarttab
filetype plugin on
filetype indent on
set incsearch
set hlsearch
Run Code Online (Sandbox Code Playgroud)

当它出现在评论中时,它还会给出一个错误。

vim bash archlinux

2
推荐指数
2
解决办法
2637
查看次数

标签 统计

archlinux ×1

bash ×1

vim ×1