diff src/version.c @ 18908:61fa1a9d09dd v8.2.0015

patch 8.2.0015: not all modeline variants are tested Commit: https://github.com/vim/vim/commit/e74331db4b1b6a64fbbc188ff9bc472a478b9a4e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 17 19:22:40 2019 +0100 patch 8.2.0015: not all modeline variants are tested Problem: Not all modeline variants are tested. Solution: Add modeline tests. (Dominique Pelle, closes https://github.com/vim/vim/issues/5369)
author Bram Moolenaar <Bram@vim.org>
date Tue, 17 Dec 2019 19:30:04 +0100
parents bb87c5c1e29b
children e8fe65da4198
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    15,
+/**/
     14,
 /**/
     13,