fix(tui): log chdir failure properly #37591

This commit is contained in:
zeertzjq
2026-01-28 18:44:17 +08:00
committed by GitHub
parent 027b7d6bbb
commit 1f0dbfea2f
10 changed files with 72 additions and 44 deletions

View File

@@ -48,10 +48,8 @@ describe(':source', function()
end)
it("changing 'shellslash' changes the result of expand()", function()
if not is_os('win') then
pending("'shellslash' only works on Windows")
return
end
t.skip(not is_os('win'), "N/A: 'shellslash' only works on Windows")
api.nvim_set_option_value('shellslash', false, {})
mkdir('Xshellslash')