commit | e5b4486c4279a9674a9bb76130b4db53fb9303a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 30 13:54:03 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 30 13:54:03 2021 +0200 |
tree | 9cd31ae2e02e189ab80ee11db6bc28dfed657b27 | |
parent | 28cf44f761a7bf261bcd0760a1c5f61070f69595 [diff] [blame] |
patch 8.2.2908: crash when using a terminal popup window from cmdline window Problem: Crash when using a terminal popup window from the cmdline window. Solution: Instead of checking cmdwin_type call cmdwin_is_active(). (closes #8286)
diff --git a/src/version.c b/src/version.c index 36979c8..4b145f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2908, +/**/ 2907, /**/ 2906,