mirror of
https://github.com/neovim/neovim.git
synced 2026-02-04 19:07:15 +00:00
Problem: When completing a shell command, directories in the current
directory are not listed.
Solution: When "." is not in $PATH also look in the current directory for
directories.
b5971141df
Most of it applied manually.