summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-05-23 06:18:35 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-05-25 07:09:00 +0200
commitf21ea7321b977ec9a3e078e25ef8f5607cbf1797 (patch)
treee901d820a82b4f17d24bc12089f17d02b55cba4d /Completion/Unix/Command
parent54597: hashcmd could reject valid paths to hash if they had metafied characters (diff)
downloadzsh-f21ea7321b977ec9a3e078e25ef8f5607cbf1797.tar
zsh-f21ea7321b977ec9a3e078e25ef8f5607cbf1797.tar.gz
zsh-f21ea7321b977ec9a3e078e25ef8f5607cbf1797.tar.bz2
zsh-f21ea7321b977ec9a3e078e25ef8f5607cbf1797.tar.lz
zsh-f21ea7321b977ec9a3e078e25ef8f5607cbf1797.tar.xz
zsh-f21ea7321b977ec9a3e078e25ef8f5607cbf1797.tar.zst
zsh-f21ea7321b977ec9a3e078e25ef8f5607cbf1797.zip
54598: fix getfpfunc metafication
It wouldn't load functions if they or the directory they were in had a metafied byte in the name, for example れ has a 0x82 byte. One detail to note here is the try_dump_file call using the unmetafied ppu path, and then metafied function name s. That's correct because it's comparing s with the function name inside the dumpfile, which is metafied.
Diffstat (limited to 'Completion/Unix/Command')
0 files changed, 0 insertions, 0 deletions