commit | 0ac9379acfad03dd478bd4b0e1e1b3c267dbdeba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 21 22:16:51 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 21 22:16:51 2006 +0000 |
tree | db3f16f6c0f6fc8772af1e94a513a31887d70d25 | |
parent | c716c306e926156e24823fc0d365c64d7fdef165 [diff] [blame] |
updated for version 7.0184
diff --git a/src/ex_cmds.c b/src/ex_cmds.c index c8912ca..dff491a 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c
@@ -2637,7 +2637,7 @@ if (!eap->forceit && !eap->append) { #ifdef UNIX - /* with UNIX it is possible to open a directory */ + /* with UNIX it is possible to open a directory */ if (mch_isdir(ffname)) { EMSG2(_(e_isadir2), ffname);