commit | ba2920fe976b37326933afa820616523b509495f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 06 21:43:17 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 06 21:43:17 2020 +0100 |
tree | 49b8c52752e54eaeed2c3617be1919613e060af0 | |
parent | bd7206e02c957f0619e68e1628e2a3e91dd41e06 [diff] [blame] |
patch 8.2.0359: popup_atcursor() may hang Problem: popup_atcursor() may hang. (Yasuhiro Matsumoto) Solution: Take the decoration into account. (closes #5728)
diff --git a/src/version.c b/src/version.c index 7e2bd38..e6c6bc9 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 359, +/**/ 358, /**/ 357,