mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-09-09 16:23:19 +08:00
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.