commit | 7fed5c18f8577b75404b80d8b9a9907b1bbd27e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 29 23:10:31 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 29 23:10:31 2016 +0200 |
tree | 9405e4b272b71b0c430e865a2d893ba80c13c7ef | |
parent | d18cfb7dbfd32af729d3ac5136f77dcdbefe5dee [diff] [blame] |
patch 7.4.1685 Problem: There is no easy way to get all the information about a match. Solution: Add matchstrpos(). (Ozaki Kiichi)
diff --git a/src/version.c b/src/version.c index 20d64f2..1b34431 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1685, +/**/ 1684, /**/ 1683,