summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-03-28 18:06:31 +0100
committerBram Moolenaar <Bram@vim.org>2020-03-28 18:06:31 +0100
commit09c569038c42dcbdaa5c9b35fc9d1afbe5072cb4 (patch)
treea727453135a63e143ce899a9eb86ecdfa2b64a0f /src/version.c
parent599c89c82fe3c85378e8077b4e589f0ee4218da2 (diff)
downloadvim-git-09c569038c42dcbdaa5c9b35fc9d1afbe5072cb4.tar.gz
patch 8.2.0466: not parsing messages recursively breaks the govim pluginv8.2.0466
Problem: Not parsing messages recursively breaks the govim plugin. Solution: When called recursively do handle messages but do not close channels.
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 c33bf2c56..1630b5e70 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 */
/**/
+ 466,
+/**/
465,
/**/
464,