diff runtime/doc/repeat.txt @ 27213:42561e956a70 v8.2.4135

patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload script Commit: https://github.com/vim/vim/commit/6079da7cfb10c798535224c92db7fedd3914cb71 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 18 14:16:59 2022 +0000 patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload script Problem: Vim9: ":scriptnames" shows unloaded imported autoload script. Solution: Mark the unloaded script with "A". (closes https://github.com/vim/vim/issues/9552)
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Jan 2022 15:30:04 +0100
parents b19230a8d40a
children 5b54f413d132
line wrap: on
line diff
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -380,6 +380,9 @@ For writing a Vim script, see chapter 41
 :scr[iptnames]		List all sourced script names, in the order they were
 			first sourced.  The number is used for the script ID
 			|<SID>|.
+			For a script that was used with `import autoload` but
+			was not actually sourced yet an "A" is shown after the
+			script ID.
 			{not available when compiled without the |+eval|
 			feature}