commit | b754b5bf6d9ac1f3654552973aa6f9c11239af3d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 19:25:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 24 19:25:00 2019 +0200 |
tree | 08eb80774c9357cb9fd603b5cc185a35fa534623 | |
parent | ec6f7350129f8c7809fd061f58a9eb6790c445a8 [diff] [blame] |
patch 8.1.2210: using negative offset for popup_create() does not work Problem: Using negative offset for popup_create() does not work. Solution: Use -1 instead of zero. (closes #5111)
diff --git a/src/version.c b/src/version.c index 728fa47..0347a68 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2210, +/**/ 2209, /**/ 2208,