mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 08:56:29 +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.