mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
test: enable ex_cmds/cd_spec.lua on Windows
This commit is contained in:
@@ -641,7 +641,7 @@ local function redir_exec(cmd)
|
||||
end
|
||||
|
||||
local function get_pathsep()
|
||||
return funcs.fnamemodify('.', ':p'):sub(-1)
|
||||
return iswin() and '\\' or '/'
|
||||
end
|
||||
|
||||
local function pathroot()
|
||||
|
Reference in New Issue
Block a user