summaryrefslogtreecommitdiffstats
path: root/runtime/doc/repeat.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-18 14:16:59 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-18 14:16:59 +0000
commit6079da7cfb10c798535224c92db7fedd3914cb71 (patch)
tree49519d64d29414ab7252160d5a13f3bc45e1ea6c /runtime/doc/repeat.txt
parent113b8dc111febf605cd1492788353be6c3931fce (diff)
patch 8.2.4135: Vim9: ":scriptnames" shows unloaded imported autoload scriptv8.2.4135
Problem: Vim9: ":scriptnames" shows unloaded imported autoload script. Solution: Mark the unloaded script with "A". (closes #9552)
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r--runtime/doc/repeat.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt
index 8ea19584b5..067234a018 100644
--- a/runtime/doc/repeat.txt
+++ b/runtime/doc/repeat.txt
@@ -380,6 +380,9 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|.
: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}