Skip to content

Commit e37422e

Browse files
committed
userfunc.txt: Update Vim 9.0.0815
1 parent 460d01e commit e37422e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

en/userfunc.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,10 @@ then define the function like this: >
482482
echo "Done!"
483483
endfunction
484484
485+
If the file doesn't exist, Vim will also search in 'packpath' (under "start")
486+
to allow calling packages' functions from your .vimrc when the packages have
487+
not been added to 'runtimepath' yet (see |packages|).
488+
485489
The file name and the name used before the # in the function must match
486490
exactly, and the defined function must have the name exactly as it will be
487491
called. In Vim9 script the "g:" prefix must be used: >

0 commit comments

Comments
 (0)