From 2346a6378483c9871016f9fc821ec5cbea638f13 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 13 Jun 2021 19:02:49 +0200 Subject: Update runtime files --- runtime/doc/repeat.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'runtime/doc/repeat.txt') diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index 18149fcf8f..c6b4b9e9f6 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -1,4 +1,4 @@ -*repeat.txt* For Vim version 8.2. Last change: 2021 May 08 +*repeat.txt* For Vim version 8.2. Last change: 2021 Jun 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -279,7 +279,9 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|. ftdetect scripts are loaded, only the matching directories are added to 'runtimepath'. This is useful in your .vimrc. The plugins will then be - loaded during initialization, see |load-plugins|. + loaded during initialization, see |load-plugins| (note + that the loading order will be reversed, because each + directory is inserted before others). Note that for ftdetect scripts to be loaded you will need to write `filetype plugin indent on` AFTER all `packadd!` commands. @@ -372,7 +374,7 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|. for some commands. See |:vim9cmd| for executing one command with Vim9 syntax and semantics. - + *:scr* *:scriptnames* :scr[iptnames] List all sourced script names, in the order they were first sourced. The number is used for the script ID -- cgit v1.2.3