commit | 1f42f5a675fdab9ce5cdafbecea59c45e81f7ff8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 03 18:52:24 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 03 18:52:24 2020 +0200 |
tree | 40d1a9caf029fa2c88a94c7e4169da987cfc60e6 | |
parent | a60053b8f4cc7e135ba9496a8f4855d26aee09e7 [diff] [blame] |
patch 8.2.1581: using line() for global popup window doesn't work Problem: Using line() for global popup window doesn't work. Solution: Set tabpage to "curtab". (closes #6847)
diff --git a/src/version.c b/src/version.c index 8d20b46..39e81bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1581, +/**/ 1580, /**/ 1579,