File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- *starting.txt* For Vim バージョン 9.0. Last change: 2023 May 30
1
+ *starting.txt* For Vim バージョン 9.0. Last change: 2023 Oct 17
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -344,7 +344,7 @@ VMSでは全てのオプション引数は小文字であるとみなされる
344
344
ログの出力を開始し、ファイル {filename} に書き込む。
345
345
これは、起動時の非常に早い段階で
346
346
`ch_logfile({filename} , 'ao' )` を呼び出すのと同様な動作である。
347
- {| +eval | が有効な場合のみ利用可能}
347
+ {| +eval | および | +channel | が有効な場合のみ利用可能}
348
348
349
349
*-D*
350
350
-D デバッグする。スクリプトの最初のコマンドを実行するところからデ
@@ -1668,7 +1668,6 @@ viminfoを上書きしたいのならば、エラーを修正するか、また
1668
1668
| press-enter | プロンプトが表示されたときは "q" を押す
1669
1669
とファイル番号を入力するプロンプトに戻れる。
1670
1670
! をつけると変更中のバッファを破棄する。| abandon |
1671
- {tiny または small でコンパイルされたときは利用できな
1672
- い}
1671
+ {tiny でコンパイルされたときは利用できない}
1673
1672
1674
1673
vim:tw=78:ts=8:noet:ft=help:norl:
Original file line number Diff line number Diff line change 1
- *starting.txt* For Vim version 9.0. Last change: 2023 May 30
1
+ *starting.txt* For Vim version 9.0. Last change: 2023 Oct 17
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -348,7 +348,7 @@ a slash. Thus "-R" means recovery and "-/R" readonly.
348
348
Start logging and write entries to {filename} .
349
349
This works like calling `ch_logfile({filename} , 'ao' )` very
350
350
early during startup.
351
- {only available with the | +eval | feature}
351
+ {only available with the | +eval | and | +channel | feature}
352
352
353
353
*-D*
354
354
-D Debugging. Go to debugging mode when executing the first
@@ -1704,6 +1704,6 @@ most of the information will be restored).
1704
1704
If you get the | press-enter | prompt you can press "q"
1705
1705
and still get the prompt to enter a file number.
1706
1706
Use ! to abandon a modified buffer. | abandon |
1707
- {not when compiled with tiny or small features}
1707
+ {not when compiled with tiny features}
1708
1708
1709
1709
vim:tw=78:ts=8:noet:ft=help:norl:
You can’t perform that action at this time.
0 commit comments