summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-07-18 18:21:38 +0200
committerBram Moolenaar <Bram@vim.org>2021-07-18 18:21:38 +0200
commit4db572eeb2b42819268e934e76c67163316d873f (patch)
tree7c7b632b8808211dcaecb968090f31aac4e2b13a /src/version.c
parentad2d4969e1616d3a0354c181e3a09271d5433b3d (diff)
patch 8.2.3178: Vim9: the file name of an :import cannot be an expressionv8.2.3178
Problem: Vim9: the file name of an :import cannot be an expression. Solution: Accept an expression that results in a string. Do not support :import in a function.
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 0eb4b442b2..6f7864a6aa 100644
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 3178,
+/**/
3177,
/**/
3176,