mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
Closes #5291 Restores behaviour identical to Vim. If the user calls the VimScript function 'getcwd()' and the working directory cannot be found (for example because the directory has been deleted since the last time it was used) an empty string needs to be returned instead of throwing an error.