commit | fbcdf671f08cd2c7e60f35574231df0421112d99 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 06 23:07:48 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 06 23:07:48 2020 +0100 |
tree | 2d1c50a70da3652e70b5631d0107f08831e43749 | |
parent | 1860bde9d31bbb0ba857f6284f6332a7134030dd [diff] [blame] |
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 #5447)
diff --git a/src/version.c b/src/version.c index d007585..f51df26 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 96, +/**/ 95, /**/ 94,