diff src/version.c @ 23197:4ba101403fa2 v8.2.2144

patch 8.2.2144: Vim9: some corner cases not tested Commit: https://github.com/vim/vim/commit/025cb1ca8605055383c53bf2c823d7093cf29b82 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 14 18:31:27 2020 +0100 patch 8.2.2144: Vim9: some corner cases not tested Problem: Vim9: some corner cases not tested. Solution: Add a few tests.
author Bram Moolenaar <Bram@vim.org>
date Mon, 14 Dec 2020 18:45:04 +0100
parents 75f35ae990ac
children 59f31d2eb4cf
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2144,
+/**/
     2143,
 /**/
     2142,