Files
fzf.vim/autoload
Junegunn Choi cb6ea5e06f Prefer a relative entry over tilde expansion in s:in_dir
Only :History reports a path as '~/...', but every command went through the
same branch, so an entry under a directory literally named '~' resolved to
the home directory and Show opened the wrong file or nothing. Resolve
against the run directory first and fall back to the home reading.
2026-08-26 22:47:46 +09:00
..