commit | 72d2fa69e56dd0e61eac87a9c3b79cd89d47cdd9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 02 21:48:15 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 02 21:48:15 2021 +0100 |
tree | a076fc292096588f95a8b523ef617e111d33f1fb | |
parent | d85931e67316e824878000d0ead122553ccef3a4 [diff] [blame] |
patch 8.2.3463: pattern matching with ModeChanged not tested Problem: Pattern matching with ModeChanged not tested. Solution: Add a few more test lines. (issue #8856)
diff --git a/src/version.c b/src/version.c index 27e8365..f5b36e1 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3463, +/**/ 3462, /**/ 3461,