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 @@ -2530,6 +2530,7 @@ $quote eval.txt /*$quote*
2530
2530
:def vim9.txt /*:def*
2531
2531
:defc vim9.txt /*:defc*
2532
2532
:defcompile vim9.txt /*:defcompile*
2533
+ :defe userfunc.txt /*:defe*
2533
2534
:defer userfunc.txt /*:defer*
2534
2535
:del change.txt /*:del*
2535
2536
:delc map.txt /*:delc*
Original file line number Diff line number Diff line change 1
- *userfunc.txt* For Vim version 9.1. Last change: 2025 Aug 06
1
+ *userfunc.txt* For Vim version 9.1. Last change: 2025 Sep 12
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -393,8 +393,8 @@ is used as a method: >
393
393
==============================================================================
394
394
395
395
3. Cleaning up in a function ~
396
- *:defer*
397
- :defer {func} ({args} ) Call {func} when the current function is done.
396
+ *:defe* *: defer*
397
+ :defe[r] {func} ({args} ) Call {func} when the current function is done.
398
398
{args} are evaluated here.
399
399
400
400
Quite often a command in a function has a global effect, which must be undone
You can’t perform that action at this time.
0 commit comments