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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user