diff src/version.c @ 8336:d44ff1525ff0 v7.4.1460

commit https://github.com/vim/vim/commit/fdcc9afb71ea88fe63bbed8bad0d5bae607bfb73 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 29 12:52:39 2016 +0100 patch 7.4.1460 Problem: Syntax error in rarily used code. Solution: Fix the mch_rename() declaration. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Mon, 29 Feb 2016 13:00:04 +0100
parents ad4b00bf2984
children 3e54b31d50c7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1460,
+/**/
     1459,
 /**/
     1458,