commit | e74331db4b1b6a64fbbc188ff9bc472a478b9a4e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 17 19:22:40 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 17 19:22:40 2019 +0100 |
tree | 6cc3962ee4640a0f0ec4c46fee0500a8919e24b5 | |
parent | afc13bd8271819c7871ff2ae2cfebb22190a0d39 [diff] [blame] |
patch 8.2.0015: not all modeline variants are tested Problem: Not all modeline variants are tested. Solution: Add modeline tests. (Dominique Pelle, closes #5369)
diff --git a/src/version.c b/src/version.c index 713d06c..ed57cd8 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 15, +/**/ 14, /**/ 13,