comparison 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
comparison
equal deleted inserted replaced
27212:ceba1e0d0210 27213:42561e956a70
378 378
379 *:scr* *:scriptnames* 379 *:scr* *:scriptnames*
380 :scr[iptnames] List all sourced script names, in the order they were 380 :scr[iptnames] List all sourced script names, in the order they were
381 first sourced. The number is used for the script ID 381 first sourced. The number is used for the script ID
382 |<SID>|. 382 |<SID>|.
383 For a script that was used with `import autoload` but
384 was not actually sourced yet an "A" is shown after the
385 script ID.
383 {not available when compiled without the |+eval| 386 {not available when compiled without the |+eval|
384 feature} 387 feature}
385 388
386 :scr[iptnames][!] {scriptId} *:script* 389 :scr[iptnames][!] {scriptId} *:script*
387 Edit script {scriptId}. Although ":scriptnames name" 390 Edit script {scriptId}. Although ":scriptnames name"