diff src/version.c @ 18438:144fa40ee706 v8.1.2213

patch 8.1.2213: popup_textprop tests fail Commit: https://github.com/vim/vim/commit/aa1f04d09286085c4031bc7c4ca9fa672f6f4905 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 24 22:12:54 2019 +0200 patch 8.1.2213: popup_textprop tests fail Problem: Popup_textprop tests fail. Solution: Adjust the column and line positioning.
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Oct 2019 22:15:03 +0200
parents 6ec1bfb4690b
children d6cb1e706fb7
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2213,
+/**/
     2212,
 /**/
     2211,