Skip to content

Commit 9d5487f

Browse files
dkearnschrisbra
authored andcommitted
runtime(doc): Add missing garbagecollect() hypertext link
closes: #16975 Signed-off-by: Doug Kearns <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 20e46fa commit 9d5487f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/doc/testing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*testing.txt* For Vim version 9.1. Last change: 2025 Mar 23
1+
*testing.txt* For Vim version 9.1. Last change: 2025 Mar 25
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -68,7 +68,7 @@ test_feedinput({string}) *test_feedinput()*
6868

6969

7070
test_garbagecollect_now() *test_garbagecollect_now()*
71-
Like garbagecollect(), but executed right away. This must
71+
Like |garbagecollect()|, but executed right away. This must
7272
only be called directly to avoid any structure to exist
7373
internally, and |v:testing| must have been set before calling
7474
any function. *E1142*

0 commit comments

Comments
 (0)