mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.0217
This commit is contained in:
@@ -2617,7 +2617,6 @@ mch_writable(char_u *name)
|
||||
|| (perm & FILE_ATTRIBUTE_DIRECTORY)));
|
||||
}
|
||||
|
||||
#if defined(FEAT_EVAL) || defined(PROTO)
|
||||
/*
|
||||
* Return 1 if "name" can be executed, 0 if not.
|
||||
* Return -1 if unknown.
|
||||
@@ -2663,7 +2662,6 @@ mch_can_exe(char_u *name)
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Check what "name" is:
|
||||
|
Reference in New Issue
Block a user