Files
neovim/test
zeertzjq e25e86a9ed vim-patch:9.2.1067: Completion shows an included file by full path (#41849)
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>
2026-09-11 02:40:11 +00:00
..
2026-04-22 18:25:07 -04:00