commit | 56c0c4749d58e9331b212c38df46e2993d5d97c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 28 17:57:43 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 28 17:57:43 2019 +0200 |
tree | 67c70bc8ccda16cc54bc6bc6fb97996da92056ca | |
parent | ac3150d385e6e3f3fe76642aac3cda954d30583f [diff] [blame] |
patch 8.1.1770: cannot get the window ID of the popup preview window Problem: Cannot get the window ID of the popup preview window. Solution: Add popup_getpreview().
diff --git a/src/version.c b/src/version.c index 2db2ee1..b0fe67f 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1770, +/**/ 1769, /**/ 1768,