commit | fdcc9afb71ea88fe63bbed8bad0d5bae607bfb73 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 12:52:39 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 29 12:52:39 2016 +0100 |
tree | 949c3218d3a5034d6a6a7a6796346909d10f2c6d | |
parent | e081e21f760bffc24ca98d5f9bbdb5f02e6aea79 [diff] [blame] |
patch 7.4.1460 Problem: Syntax error in rarily used code. Solution: Fix the mch_rename() declaration. (Ken Takata)
diff --git a/src/version.c b/src/version.c index f9f4128..e4499f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1460, +/**/ 1459, /**/ 1458,