diff src/version.c @ 19170:ad40333f2ec0 v8.2.0144

patch 8.2.0144: some mapping code is not fully tested Commit: https://github.com/vim/vim/commit/c2a60ae10e7badad9186de59a9994fc8c9f539e0 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 23 16:19:54 2020 +0100 patch 8.2.0144: some mapping code is not fully tested Problem: Some mapping code is not fully tested. Solution: Add more test cases. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5519)
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jan 2020 16:30:04 +0100
parents c9258281045d
children 73f893d8776a
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 */
 /**/
+    144,
+/**/
     143,
 /**/
     142,