comparison runtime/doc/repeat.txt @ 29828:6b7020f3d856 v9.0.0253

patch 9.0.0253: a symlink to an autoload script results in two entries Commit: https://github.com/vim/vim/commit/753885b6c5b9021184daa94d32fd8bf025f1b488 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 24 16:30:36 2022 +0100 patch 9.0.0253: a symlink to an autoload script results in two entries Problem: A symlink to an autoload script results in two entries in the list of scripts, items expected in one are actually in the other. Solution: Have one script item refer to the actually sourced one. (closes #10960)
author Bram Moolenaar <Bram@vim.org>
date Wed, 24 Aug 2022 17:45:03 +0200
parents 67f31c24291b
children 1e91e26ceebf
comparison
equal deleted inserted replaced
29827:db296237ca1d 29828:6b7020f3d856
415 first encountered. The number is used for the script 415 first encountered. The number is used for the script
416 ID |<SID>|. 416 ID |<SID>|.
417 For a script that was used with `import autoload` but 417 For a script that was used with `import autoload` but
418 was not actually sourced yet an "A" is shown after the 418 was not actually sourced yet an "A" is shown after the
419 script ID. 419 script ID.
420 For a script that was referred to by one name but
421 after resolving symbolic links got sourced with
422 another name the other script is after "->". E.g.
423 "20->22" means script 20 was sourced as script 22.
420 {not available when compiled without the |+eval| 424 {not available when compiled without the |+eval|
421 feature} 425 feature}
422 426
423 :scr[iptnames][!] {scriptId} *:script* 427 :scr[iptnames][!] {scriptId} *:script*
424 Edit script {scriptId}. Although ":scriptnames name" 428 Edit script {scriptId}. Although ":scriptnames name"