commit | 354b23a9f87fd8c5aec457d88320a0a5bce4b985 | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Fri Dec 17 17:32:29 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 17 17:32:29 2021 +0000 |
tree | 7f6c83f3324e34ad812bb3dc34981e5ec3ceadfb | |
parent | db1a410b610b2c1941311acc57dcc4afec20720e [diff] [blame] |
patch 8.2.3839: using \z() with \z1 not tested for syntax highlighting Problem: Using \z() with \z1 not tested for syntax highlighting. Solution: Add a test. (Dominique Pellé, closes #9365)
diff --git a/src/version.c b/src/version.c index eb09d61..be0122d 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3839, +/**/ 3838, /**/ 3837,