0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.0184

This commit is contained in:
Bram Moolenaar
2006-01-21 22:16:51 +00:00
parent c716c306e9
commit 0ac9379acf
5 changed files with 14 additions and 3 deletions

View File

@@ -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);