File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2524,6 +2524,7 @@ $quote eval.jax /*$quote*
2524
2524
:def vim9.jax /*:def*
2525
2525
:defc vim9.jax /*:defc*
2526
2526
:defcompile vim9.jax /*:defcompile*
2527
+ :defe userfunc.jax /*:defe*
2527
2528
:defer userfunc.jax /*:defer*
2528
2529
:del change.jax /*:del*
2529
2530
:delc map.jax /*:delc*
Original file line number Diff line number Diff line change 1
- *userfunc.txt* For Vim バージョン 9.1. Last change: 2025 Aug 06
1
+ *userfunc.txt* For Vim バージョン 9.1. Last change: 2025 Sep 12
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -367,8 +367,8 @@ script の場合は、関数がエクスポートされていないことが原
367
367
==============================================================================
368
368
369
369
3. 関数内でのクリーンアップ ~
370
- *:defer*
371
- :defer {func} ({args} ) 現在の関数終了時に {func} を呼び出す。
370
+ *:defe* *: defer*
371
+ :defe[r] {func} ({args} ) 現在の関数終了時に {func} を呼び出す。
372
372
引数 {args} はここ{訳注:記述箇所}で評価される。
373
373
374
374
多くの場合関数内のコマンドにはグローバルな効果があり、関数終了時に元に戻す必要
You can’t perform that action at this time.
0 commit comments