commit | 6079da7cfb10c798535224c92db7fedd3914cb71 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 14:16:59 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 14:16:59 2022 +0000 |
tree | 49519d64d29414ab7252160d5a13f3bc45e1ea6c | |
parent | 113b8dc111febf605cd1492788353be6c3931fce [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 8ac5c08..679d258 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4135, +/**/ 4134, /**/ 4133,