forked from aniani/vim
updated for version 7.4.091
Problem: Missing semicolon. Solution: Add the semicolon.
This commit is contained in:
parent
8f5610df73
commit
e874744e94
@ -6708,7 +6708,7 @@ vim_rename(from, to)
|
||||
mch_free_acl(acl);
|
||||
#endif
|
||||
#ifdef HAVE_SELINUX
|
||||
mch_copy_sec(from, to)
|
||||
mch_copy_sec(from, to);
|
||||
#endif
|
||||
if (errmsg != NULL)
|
||||
{
|
||||
|
@ -738,6 +738,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
91,
|
||||
/**/
|
||||
90,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user