commit | 02764713a715c55e316e2bef5c9ade2fb767ee78 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 14 20:21:55 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 14 20:21:55 2020 +0100 |
tree | 64ab70ce1fa3c4af464254695b54aa46529fac82 | |
parent | 33aecb1f2c85711d53858b71f5f3c2cbe076435f [diff] [blame] |
patch 8.2.1985: crash when closing terminal popup with <Cmd> mapping Problem: Crash when closing terminal popup with <Cmd> mapping. Solution: Check b_term is not NULL. (closes #7294)
diff --git a/src/version.c b/src/version.c index 8d21a4a..8174386 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1985, +/**/ 1984, /**/ 1983,