diff src/version.c @ 19071:48e0208f53c2 v8.2.0096

patch 8.2.0096: cannot create tiny popup window in last column Commit: https://github.com/vim/vim/commit/fbcdf671f08cd2c7e60f35574231df0421112d99 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 6 23:07:48 2020 +0100 patch 8.2.0096: cannot create tiny popup window in last column Problem: Cannot create tiny popup window in last column. (Daniel Steinberg) Solution: Remove position limit. (closes https://github.com/vim/vim/issues/5447)
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Jan 2020 23:15:03 +0100
parents e14feba578f1
children 45eb6f37692e
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 */
 /**/
+    96,
+/**/
     95,
 /**/
     94,