commit | 8c50d50b6e19b755d7bad7b2724d14ead29364a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 17 18:28:24 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 17 18:28:24 2017 +0100 |
tree | 018a8d752386dcc8703854b9b1c2de0fac5d9e39 | |
parent | 507647da3151f7ffccac1b217936240daa79849c [diff] [blame] |
patch 8.0.0336: flags of :substitute not sufficiently tested Problem: Flags of :substitute not sufficiently tested. Solution: Test up to two letter flag combinations. (James McCoy, closes #1479)
diff --git a/src/version.c b/src/version.c index ef1f9ad..df77e82 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 336, +/**/ 335, /**/ 334,