mirror of
https://github.com/neovim/neovim.git
synced 2026-07-28 03:26:35 +00:00
fix(tui): log chdir failure properly #37591
This commit is contained in:
@@ -206,7 +206,7 @@ describe('URI methods', function()
|
||||
|
||||
describe('uri from bufnr', function()
|
||||
it('Windows paths should not be treated as uris', function()
|
||||
skip(not is_os('win'), 'Not applicable on non-Windows')
|
||||
skip(not is_os('win'), 'N/A on non-Windows')
|
||||
|
||||
local file = t.tmpname()
|
||||
write_file(file, 'Test content')
|
||||
|
||||
Reference in New Issue
Block a user