commit | 0b74d00693f2ff5f45cb5808197df7d1aaa5cb41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 17:38:02 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 17:38:02 2021 +0000 |
tree | 2ae18c504ae7e20ae2e99788791f10b234aeee64 | |
parent | 7f2c34166402740a661131d6341bbf874bdb3d48 [diff] [blame] |
patch 8.2.3697: cannot drag a popup without a border Problem: Cannot drag a popup without a border. Solution: Add the "dragall" option. (closes #9218)
diff --git a/src/version.c b/src/version.c index 954ea5b..b4eda3e 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3697, +/**/ 3696, /**/ 3695,