mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
mksession: always unix slashes "/" for filepaths
This commit is contained in:
@@ -794,7 +794,7 @@ function module.alter_slashes(obj)
|
||||
end
|
||||
return ret
|
||||
else
|
||||
assert(false, 'Could only alter slashes for tables of strings and strings')
|
||||
assert(false, 'expected string or table of strings, got '..type(obj))
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user