commit | 3f65c66df95445ef84f98de007c9b70ce23f54a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 27 23:15:16 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 27 23:15:16 2020 +0200 |
tree | 856da8969e8dde300c7f93a831ede5dbedaca76f | |
parent | ca5bc746073b6fd4b7651bc02f7a18b1b43bd4ca [diff] [blame] |
patch 8.2.0834: :drop command in terminal popup causes problems Problem: :drop command in terminal popup causes problems. Solution: Check for using a popup window. (closes #6151)
diff --git a/src/version.c b/src/version.c index 44f7f26..24a5767 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 834, +/**/ 833, /**/ 832,