commit | 7b4f76c0300f0bd9bf54ca1968fe9ae5e4dbdef4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 10 21:07:48 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 10 21:07:48 2021 +0200 |
tree | 3c1e9fdafbeec507150826c289b1655c86112fc4 | |
parent | 544a38e44db0f25ec4fa7a2a4666cf28a2336f33 [diff] [blame] |
patch 8.2.2972: "%bd" tries to delete popup window buffers, which fails Problem: "%bd" tries to delete popup window buffers, which fails. (Ralf Schandl) Solution: Do not try to delete a popup window buffer. (closes #8349)
diff --git a/src/version.c b/src/version.c index fb6d550..af6c11c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2972, +/**/ 2971, /**/ 2970,