diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-02-19 07:09:46 -0500 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-02-19 07:10:47 -0500 |
commit | 7fa69fb288d9fcf66c2fe504d760cc7a23da7256 (patch) | |
tree | 4ebb41685f238f20781c26917c4085ab85d67ea7 /test/functional/ex_cmds/write_spec.lua | |
parent | 795da343bbf99c4b77d10cd5035c29df23f113ae (diff) | |
download | rneovim-7fa69fb288d9fcf66c2fe504d760cc7a23da7256.tar.gz rneovim-7fa69fb288d9fcf66c2fe504d760cc7a23da7256.tar.bz2 rneovim-7fa69fb288d9fcf66c2fe504d760cc7a23da7256.zip |
Resolve issues mentioned in PR review
Diffstat (limited to 'test/functional/ex_cmds/write_spec.lua')
-rw-r--r-- | test/functional/ex_cmds/write_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/ex_cmds/write_spec.lua b/test/functional/ex_cmds/write_spec.lua index 301e72bb42..bcf83698bb 100644 --- a/test/functional/ex_cmds/write_spec.lua +++ b/test/functional/ex_cmds/write_spec.lua @@ -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 .')) |