Vim'='不起作用(CentOS 6)

时间:2012-09-18 11:10:06

标签: vim centos vi indentation

当我尝试 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

2 个答案:

答案 0 :(得分:4)

您可以取消设置equalprg选项:

set ep=

ep为空时,vim将使用内部格式化功能。

答案 1 :(得分:0)

您没有安装indent工具。

yum install indent