File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -307,19 +307,19 @@ VMSでは全てのオプション引数は小文字であるとみなされる
307307
308308 *-A*
309309-A アラビア語モード。オプション 'arabic' をオンに設定する。
310- | +arabic | (これは| +rightleft | も含んでいる)が有効なときだけ使用
310+ { | +arabic | (これは| +rightleft | も含んでいる)が有効なときだけ使用
311311 できる。そうでないときにはVimはエラーメッセージを出力して終了
312- する。
312+ する}
313313
314314 *-F*
315315-F これはFarsi(ペルシア語モード)で使用されていましたが、削除され
316316 た。| farsi.txt | を参照。
317317
318318 *-H*
319319-H Hebrew(ヘブライ語)モード。オプション 'hkmap' と 'rightleft' を
320- オンに設定する。( | +rightleft | を有効にしてコンパイルした時にだ
320+ オンに設定する。{ | +rightleft | を有効にしてコンパイルした時にだ
321321 け使用可。そうでない場合Vimはエラーメッセージを表示して終了す
322- る)。
322+ る}
323323
324324 *-V* *verbose*
325325-V[N] 詳細表示する。オプション 'verbose' を[N] に設定する(Nを省略した
Original file line number Diff line number Diff line change @@ -152,8 +152,8 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
152152 This can be used to find out where time is spent while loading
153153 your .vimrc, plugins and opening the first file.
154154 When {fname} already exists new messages are appended.
155- (Only available when compiled with the | +startuptime |
156- feature).
155+ {only available when compiled with the | +startuptime |
156+ feature}
157157
158158 *--literal*
159159--literal Take file names literally, don't expand wildcards. Not needed
@@ -311,19 +311,19 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
311311-l Lisp mode. Sets the 'lisp' and 'showmatch' options on.
312312
313313 *-A*
314- -A Arabic mode. Sets the 'arabic' option on. (Only when
314+ -A Arabic mode. Sets the 'arabic' option on. {only when
315315 compiled with the | +arabic | features (which include
316316 | +rightleft | ), otherwise Vim gives an error message
317- and exits.)
317+ and exits}
318318
319319 *-F*
320320-F This was used for Farsi mode, which has been removed.
321321 See | farsi.txt | .
322322
323323 *-H*
324324-H Hebrew mode. Sets the 'hkmap' and 'rightleft' options on.
325- (Only when compiled with the | +rightleft | feature, otherwise
326- Vim gives an error message and exits.)
325+ {only when compiled with the | +rightleft | feature, otherwise
326+ Vim gives an error message and exits}
327327
328328 *-V* *verbose*
329329-V[N] Verbose. Sets the 'verbose' option to [N] (default: 10).
You can’t perform that action at this time.
0 commit comments