1
0
forked from aniani/vim

updated for version 7.4.091

Problem:    Missing semicolon.
Solution:   Add the semicolon.
This commit is contained in:
Bram Moolenaar 2013-11-12 18:09:29 +01:00
parent 8f5610df73
commit e874744e94
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
91,
/**/
90,
/**/