mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.4.091
Problem: Missing semicolon. Solution: Add the semicolon.
This commit is contained in:
@@ -6708,7 +6708,7 @@ vim_rename(from, to)
|
|||||||
mch_free_acl(acl);
|
mch_free_acl(acl);
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_SELINUX
|
#ifdef HAVE_SELINUX
|
||||||
mch_copy_sec(from, to)
|
mch_copy_sec(from, to);
|
||||||
#endif
|
#endif
|
||||||
if (errmsg != NULL)
|
if (errmsg != NULL)
|
||||||
{
|
{
|
||||||
|
@@ -738,6 +738,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
91,
|
||||||
/**/
|
/**/
|
||||||
90,
|
90,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user