You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- test_vim.test_command: close the file before unlink().
- test_vim.test_chdir was failing for two reasons. First because
of missing Windows-specific handling of path names in
find_file_in_path_option in file_search.c in Neovim core
(neovim/neovim#4711). Second because although `:cd /`
works, getcwd() prepends the drive-letter.
Closes#166
0 commit comments