当我尝试 gg = G 或类似的东西时,我会收到错误:
:.,$!indent
shell returned 127
4 lines filtered
Press ENTER or type command to continue
在我的Fedora destop上运行正常。怎么了?
配置:
set autoindent
set tabstop=4
set shiftwidth=4
set number
set smartindent
set showmatch
答案 0 :(得分:4)
您可以取消设置equalprg
选项:
set ep=
当ep
为空时,vim将使用内部格式化功能。
答案 1 :(得分:0)
您没有安装indent工具。
yum install indent