mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -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);
|
||||
#endif
|
||||
#ifdef HAVE_SELINUX
|
||||
mch_copy_sec(from, to)
|
||||
mch_copy_sec(from, to);
|
||||
#endif
|
||||
if (errmsg != NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user