Skip to content

Commit 452e482

Browse files
committed
repeat.txt: Update Vim 9.0.0815
1 parent 493412a commit 452e482

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

en/repeat.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,11 @@ When Vim starts up, after processing your .vimrc, it scans all directories in
628628
directories are added to 'runtimepath'. Then all the plugins are loaded.
629629
See |packload-two-steps| for how these two steps can be useful.
630630

631+
To allow for calling into package functionality while parsing your .vimrc,
632+
|:colorscheme| and |autoload| will both automatically search under 'packpath'
633+
as well in addition to 'runtimepath'. See the documentation for each for
634+
details.
635+
631636
In the example Vim will find "pack/foo/start/foobar/plugin/foo.vim" and adds
632637
"~/.vim/pack/foo/start/foobar" to 'runtimepath'.
633638

0 commit comments

Comments
 (0)