diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2026-05-23 06:18:35 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2026-05-25 07:09:00 +0200 |
| commit | f21ea7321b977ec9a3e078e25ef8f5607cbf1797 (patch) | |
| tree | e901d820a82b4f17d24bc12089f17d02b55cba4d /Completion/Unix | |
| parent | 54597: hashcmd could reject valid paths to hash if they had metafied characters (diff) | |
| download | zsh-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')
0 files changed, 0 insertions, 0 deletions
