Skip to content

Commit c964cea

Browse files
authored
Merge pull request #1732 from vim-jp/boolean
Use 切替 for boolean options
2 parents 9240ccf + e5ff334 commit c964cea

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

doc/vi_diff.jax

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,22 @@ Vimにオープンモードはありません。まったく便利ではない
4545
セットしてもエラーメッセージは出ませんが、設定した値は使われませんし表示もされ
4646
ません。
4747

48-
autoprint (ap) 二者択一 (初期値 オン) *'autoprint'* *'ap'*
49-
beautify (bf) 二者択一 (初期値 オフ) *'beautify'* *'bf'*
50-
flash (fl) 二者択一 (初期値 オン) *'flash'* *'fl'*
51-
graphic (gr) 二者択一 (初期値 オフ) *'graphic'* *'gr'*
52-
hardtabs (ht) 数値 (初期値 8) *'hardtabs'* *'ht'*
48+
autoprint (ap) 切替 (初期値 オン) *'autoprint'* *'ap'*
49+
beautify (bf) 切替 (初期値 オフ) *'beautify'* *'bf'*
50+
flash (fl) 切替 (初期値 オン) *'flash'* *'fl'*
51+
graphic (gr) 切替 (初期値 オフ) *'graphic'* *'gr'*
52+
hardtabs (ht) 数値 (初期値 8) *'hardtabs'* *'ht'*
5353
ディスプレイ上で一つの <Tab> が移動するスペースの数
54-
mesg 二者択一 (初期値 オン) *'mesg'*
55-
novice 二者択一 (初期値 オフ) *'novice'*
56-
open 二者択一 (初期値 オン) *'open'*
57-
optimize (op) 二者択一 (初期値 オフ) *'optimize'* *'op'*
58-
redraw 二者択一 (初期値 オフ) *'redraw'*
59-
slowopen (slow) 二者択一 (初期値 オフ) *'slowopen'* *'slow'*
60-
sourceany 二者択一 (初期値 オフ) *'sourceany'*
61-
w300 数値 (初期値 23) *'w300'*
62-
w1200 数値 (初期値 23) *'w1200'*
63-
w9600 数値 (初期値 23) *'w9600'*
54+
mesg 切替 (初期値 オン) *'mesg'*
55+
novice 切替 (初期値 オフ) *'novice'*
56+
open 切替 (初期値 オン) *'open'*
57+
optimize (op) 切替 (初期値 オフ) *'optimize'* *'op'*
58+
redraw 切替 (初期値 オフ) *'redraw'*
59+
slowopen (slow) 切替 (初期値 オフ) *'slowopen'* *'slow'*
60+
sourceany 切替 (初期値 オフ) *'sourceany'*
61+
w300 数値 (初期値 23) *'w300'*
62+
w1200 数値 (初期値 23) *'w1200'*
63+
w9600 数値 (初期値 23) *'w9600'*
6464

6565
Viはtermcapエントリの変更を許可しませんでした。Viを終了し、termcapエントリを編
6666
集して再試行する必要があります。Vimには |terminal-options| があります。
@@ -673,8 +673,8 @@ CTRL-A (加算) と CTRL-X (減算) コマンドが新たに追加されまし
673673
るのに使うことができます。数は10進数、8進数(0で始まります)、16進数(0xで始まり
674674
ます)でもよいです。マクロを使うときに非常に便利です。
675675

676-
:set コマンドでは "inv" を前置することで二者択一のオプションは逆の意味にするこ
677-
とができます
676+
:set コマンドでは "inv" を前置することで切替オプションは逆の意味にすることがで
677+
きます
678678

679679
Vi と Vim の両方で ":substitute" コマンドで CTRL-M を使うことで改行を挿入する
680680
ことができます。Vi ではこのためにテキストに実際の CTRL-M を挿入することができ

0 commit comments

Comments
 (0)