summaryrefslogtreecommitdiff
path: root/src/ex_cmds.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-01-21 22:16:51 +0000
committerBram Moolenaar <Bram@vim.org>2006-01-21 22:16:51 +0000
commit0ac9379acfad03dd478bd4b0e1e1b3c267dbdeba (patch)
treedb3f16f6c0f6fc8772af1e94a513a31887d70d25 /src/ex_cmds.c
parentc716c306e926156e24823fc0d365c64d7fdef165 (diff)
downloadvim-git-0ac9379acfad03dd478bd4b0e1e1b3c267dbdeba.tar.gz
updated for version 7.0184v7.0184
Diffstat (limited to 'src/ex_cmds.c')
-rw-r--r--src/ex_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index c8912cae0..dff491a37 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -2637,7 +2637,7 @@ check_overwrite(eap, buf, fname, ffname, other)
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);