We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e46fa commit 9d5487fCopy full SHA for 9d5487f
runtime/doc/testing.txt
@@ -1,4 +1,4 @@
1
-*testing.txt* For Vim version 9.1. Last change: 2025 Mar 23
+*testing.txt* For Vim version 9.1. Last change: 2025 Mar 25
2
3
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -68,7 +68,7 @@ test_feedinput({string}) *test_feedinput()*
68
69
70
test_garbagecollect_now() *test_garbagecollect_now()*
71
- Like garbagecollect(), but executed right away. This must
+ Like |garbagecollect()|, but executed right away. This must
72
only be called directly to avoid any structure to exist
73
internally, and |v:testing| must have been set before calling
74
any function. *E1142*
0 commit comments