commit 586e6d427a2b426cfda5005ef57bae5c26787596
parent d7050d6e397f8916a38e8610ae8c2d8d75610fe4
Author: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
Date: Fri, 18 Jul 2025 20:45:35 +0300
docs: fix help tag link #34988
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
@@ -271,7 +271,7 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
< If the directory pack/*/opt/{name}/after exists it is
added at the end of 'runtimepath'.
- Note: Use |vim.pack.add()) to install from a URL.
+ Note: Use |vim.pack.add()| to install from a URL.
If loading packages from "pack/*/start" was skipped,
then this directory is searched first: >