commit | d76a0c15f8bdbc901015879177fd5076d34c7a06 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 15:29:22 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 15:29:22 2016 +0200 |
tree | bc91fe4d97ad987e34438c073a7e43ab28386dd5 | |
parent | 7522f6982197f83a5c0f6e9af07fb713934f824a [diff] [blame] |
patch 7.4.2163 Problem: match() and related functions tested with old style test. Solution: Convert to new style test. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index bd2b16c..e648862 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2163, +/**/ 2162, /**/ 2161,