Skip to content

Commit

Permalink
add white spaces around quotation marks (Issue #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Sep 21, 2012
1 parent 673aaba commit 372c748
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/vi_diff.jax
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ Vim が DIGRAPHS を定義してコンパイルされていればダイグラフ
'modelines' オプションがどれだけの数の行を読み込もうとするかを決めることができ
ます(初期値は5です)。モードラインでどんな Ex コマンドも実行できる(重大なセキュ
リティ問題です)バージョンの Vi がありますがそれとは違うということに注意してく
ださい。 |trojan-horse|
ださい。 |trojan-horse|

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

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

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

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

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

Expand Down

0 comments on commit 372c748

Please sign in to comment.