mirror of
https://github.com/neovim/neovim.git
synced 2026-09-13 17:41:10 +00:00
Problem: A match found in an included file is shown with the full path
of the file, while a match from a buffer is shown with the
name under the current directory. A file included as
"./file" even has the "./" left in: "dir/./file".
Solution: Show the file by its name under the current directory, and
simplify the name of a file found relative to the current
one (Hirohito Higashi).
closes: vim/vim#21264
cff83f361d
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>