Skip to content

Commit 382ed75

Browse files
committed
Fix a word variant pointed out by Travis CI
1 parent 1034b01 commit 382ed75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/change.jax

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1411,11 +1411,11 @@ gww "gw" と同様にして現在行を整形する。 {Vi にはない}
14111411
ない。
14121412

14131413
*format-formatexpr*
1414-
'formatexpr' オプションは、バッファの再整形を行う Vim スクリプトに設定すること
1415-
ができる。整形はファイルの種類に強く依存するので、これは通常 |ftplugin| で発生
1416-
するべきである。対応するスクリプトは実際に必要とされるときにだけ読み込まれ、
1417-
つそのスクリプト名は <filetype>format.vim とされるべきなので、|autoload| スク
1418-
リプトを使用することは理にかなっている
1414+
'formatexpr' オプションは、バッファの再整形を行う Vim scriptに設定することがで
1415+
きる。整形はファイルの種類に強く依存するので、これは通常 |ftplugin| で発生する
1416+
べきである。対応するスクリプトは実際に必要とされるときにだけ読み込まれ、かつそ
1417+
のスクリプト名は <filetype>format.vim とされるべきなので、|autoload| スクリプ
1418+
トを使用することは理にかなっている
14191419

14201420
例えば、XML ファイルタイププラグインが $VIMRUNTIME ディレクトリに配置されてい
14211421
て、'formatexpr' オプションを以下のように設定する: >

0 commit comments

Comments
 (0)