commit | befb366affa6309c6b4a469ec7f729821e3a36fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 14:41:40 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 14:41:40 2016 +0100 |
tree | fa5342ad427568067303e274d7234e0b9d57a783 | |
parent | cf7164a088664961e7d70dd100c5874dc5ceb293 [diff] [blame] |
patch 7.4.1365 Problem: Cannot execute a single test function. Solution: Add an argument to filter the functions with. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 38d6a1d..b3a9eec 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1365, +/**/ 1364, /**/ 1363,