mirror of
https://github.com/neovim/neovim.git
synced 2025-11-20 17:16:31 +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.