summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-06 21:43:17 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-06 21:43:17 +0100
commitba2920fe976b37326933afa820616523b509495f (patch)
tree49b8c52752e54eaeed2c3617be1919613e060af0 /src/version.c
parentbd7206e02c957f0619e68e1628e2a3e91dd41e06 (diff)
patch 8.2.0359: popup_atcursor() may hangv8.2.0359
Problem: popup_atcursor() may hang. (Yasuhiro Matsumoto) Solution: Take the decoration into account. (closes #5728)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 7e2bd38239..e6c6bc94de 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 359,
+/**/
358,
/**/
357,