File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- *eval.txt* For Vim バージョン 9.1. Last change: 2025 Nov 09
1+ *eval.txt* For Vim バージョン 9.1. Last change: 2025 Dec 01
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -2312,8 +2312,8 @@ v:echospace |hit-enter-prompt| を引き起こす前の最後の画面行の `:e
23122312 'cmdheight' で確認する必要がある。
23132313
23142314 *v:errmsg* *errmsg-variable*
2315- v:errmsg 最後に表示されたエラーメッセージ。この変数は代入することが許
2316- されている 。例: >
2315+ v:errmsg 最後に発生したエラーメッセージ (必ずしも表示されるとは限らな
2316+ い)。この変数は設定可能である 。例: >
23172317 :let errmsg = ""
23182318 :next
23192319 :if (errmsg != "")
@@ -3587,7 +3587,7 @@ text...
35873587
35883588 *:cat* *:catch*
35893589 *E603* *E604* *E605* *E654* *E1033*
3590- :cat[ch] /{pattern} / {pattern} にマッチする例外が発生し、より前の `:catch `
3590+ :cat[ch] [ /{pattern} /] {pattern} にマッチする例外が発生し、より前の `:catch `
35913591 で捕捉されなかった場合、この `:catch ` と同じ `:try ` に
35923592 属する次の `:catch ` , `:finally ` , `:endtry ` までの後続
35933593 のコマンドが実行される。そのような例外が発生しなかった
Original file line number Diff line number Diff line change 1- *eval.txt* For Vim version 9.1. Last change: 2025 Nov 09
1+ *eval.txt* For Vim version 9.1. Last change: 2025 Dec 01
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2381,8 +2381,8 @@ v:echospace Number of screen cells that can be used for an `:echo` message
23812381 available above the last line.
23822382
23832383 *v:errmsg* *errmsg-variable*
2384- v:errmsg Last given error message. It's allowed to set this variable .
2385- Example: >
2384+ v:errmsg Last error message that occurred (not neccessarily displayed) .
2385+ It's allowed to set this variable. Example: >
23862386 :let v:errmsg = ""
23872387 :silent! next
23882388 :if v:errmsg != ""
@@ -3698,7 +3698,7 @@ text...
36983698
36993699 *:cat* *:catch*
37003700 *E603* *E604* *E605* *E654* *E1033*
3701- :cat[ch] /{pattern} / The following commands until the next `:catch ` ,
3701+ :cat[ch] [ /{pattern} /] The following commands until the next `:catch ` ,
37023702 `:finally ` , or `:endtry ` that belongs to the same
37033703 `:try ` as the `:catch ` are executed when an exception
37043704 matching {pattern} is being thrown and has not yet
You can’t perform that action at this time.
0 commit comments