commit | 631ebc48149a0446dd9ffbddd3e2822252085885 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 03 22:15:26 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 03 22:15:26 2020 +0100 |
tree | d98f3e6374369340184b20d42274c99951cb4aef | |
parent | e20b9ececa37a81c0340a78f61e57fa1bf46b06d [diff] [blame] |
patch 8.2.0204: crash when using winnr('j') in a popup window Problem: Crash when using winnr('j') in a popup window. Solution: Do not search for neighbors in a popup window. (closes #5568)
diff --git a/src/version.c b/src/version.c index 43a03fe..c3dbec8 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 204, +/**/ 203, /**/ 202,