1
0
forked from aniani/vim

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 #9552)
This commit is contained in:
Bram Moolenaar
2022-01-18 14:16:59 +00:00
parent 113b8dc111
commit 6079da7cfb
4 changed files with 17 additions and 4 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4135,
/**/
4134,
/**/