]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.091 v7.4.091
authorBram Moolenaar <Bram@vim.org>
Tue, 12 Nov 2013 17:09:29 +0000 (18:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 12 Nov 2013 17:09:29 +0000 (18:09 +0100)
Problem:    Missing semicolon.
Solution:   Add the semicolon.

src/fileio.c
src/version.c

index 9db984d3fab1978f74b4383470c27880facdf0c7..1d030165a0f649718f40883679ce3b14ce47b665 100644 (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)
     {
index 41d07404cc974bc5618695fa50aa5b251b488206..0e9375a3030cd5981224e8984c958de9eb1d78eb 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    91,
 /**/
     90,
 /**/