summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-01-08 20:09:01 +0100
committerBram Moolenaar <Bram@vim.org>2020-01-08 20:09:01 +0100
commitb662591e505e8523634a1c8ddfb7fe44fae880c6 (patch)
tree2a3b6f799e6de32ebde775ebb76f366060617779 /src/version.c
parente2a8f0773e91685843c062b1e48259712d5f2213 (diff)
downloadvim-git-b662591e505e8523634a1c8ddfb7fe44fae880c6.tar.gz
patch 8.2.0104: using channel or job with ":execute" has strange effectsv8.2.0104
Problem: Using channel or job with ":execute" has strange effects. Solution: Give an error message for Job and Channel.
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 54104ebac..3362ab5b5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 104,
+/**/
103,
/**/
102,