gg=Gまたはそのようなものを試すと、エラーが発生します:
:.,$!indent
shell returned 127
4 lines filtered
Press ENTER or type command to continue
私の Fedora デストップでは問題なく動作します。どうしたの?
構成:
set autoindent
set tabstop=4
set shiftwidth=4
set number
set smartindent
set showmatch
gg=Gまたはそのようなものを試すと、エラーが発生します:
:.,$!indent
shell returned 127
4 lines filtered
Press ENTER or type command to continue
私の Fedora デストップでは問題なく動作します。どうしたの?
構成:
set autoindent
set tabstop=4
set shiftwidth=4
set number
set smartindent
set showmatch
オプションの設定を解除equalprgできます:
set ep=
が空の場合ep、vim は内部フォーマット機能を使用します。
インデントツールがインストールされていません。
yum install indent