Skip to content

Commit 372c748

Browse files
committed
add white spaces around quotation marks (Issue #5)
1 parent 673aaba commit 372c748

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/vi_diff.jax

+3-3
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ Vim が DIGRAPHS を定義してコンパイルされていればダイグラフ
751751
'modelines' オプションがどれだけの数の行を読み込もうとするかを決めることができ
752752
ます(初期値は5です)。モードラインでどんな Ex コマンドも実行できる(重大なセキュ
753753
リティ問題です)バージョンの Vi がありますがそれとは違うということに注意してく
754-
ださい。 |trojan-horse|
754+
ださい。 |trojan-horse|
755755

756756
'insertmode' オプションがセットされていると(例えば .exrc で) Vim は挿入モード
757757
で起動します。<Esc> キーを押すと元に戻ります。
@@ -917,7 +917,7 @@ Vim だけがファイル名の後でもオプションを受け付けます。
917917
-m Vim: 変更を書き込むことを禁止し、'write' オプションを解除します。
918918

919919
-M Vim: 変更を加えることを禁止し、'write' オプションと
920-
'modifiable'オプションを解除します。
920+
'modifiable' オプションを解除します。
921921

922922
-N Vim: コンパチブルモードではないモードで起動します。
923923

@@ -969,7 +969,7 @@ Vim だけがファイル名の後でもオプションを受け付けます。
969969
-V{nr} Vim: 特定レベルの冗長なモードで起動します。
970970

971971
-w {size} Elvis, Posix, Nvi, Vi, Vim:'window'の値を{size}にセットします。
972-
-w{size} Nvi, Vi: "-w {size}"と同じです。
972+
-w{size} Nvi, Vi: "-w {size}" と同じです。
973973
-w {name} Vim: スクリプトファイル{name}に書き込みます(non-digit で起動し
974974
なければなりません)。
975975

0 commit comments

Comments
 (0)