mirror of
https://github.com/neovim/neovim.git
synced 2026-01-24 05:40:35 +00:00
Resolve issues mentioned in PR review
This commit is contained in:
@@ -88,7 +88,6 @@ describe(':write', function()
|
||||
command('let $HOME=""')
|
||||
eq(funcs.fnamemodify('.', ':p:h'), funcs.fnamemodify('.', ':p:h:~'))
|
||||
-- Message from check_overwrite
|
||||
-- FIXME: 'E13: File exists (add ! to override)' in Windows
|
||||
if not helpers.iswin() then
|
||||
eq(('\nE17: "'..funcs.fnamemodify('.', ':p:h')..'" is a directory'),
|
||||
redir_exec('write .'))
|
||||
|
||||
Reference in New Issue
Block a user