summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-29 21:37:43 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-29 21:37:43 +0200
commitc7e44a7e4caedc1bc33f5c8e481109c0ae002823 (patch)
treeb02eb9d1c71a798dcc24182932ef22b449c95030 /src/version.c
parent696ba23149eb5a7226e606e3fe6f15fdd064c5f7 (diff)
patch 8.2.1324: Vim9: line break after "=" does not workv8.2.1324
Problem: Vim9: line break after "=" does not work. Solution: Also allow for NUL after "=". (closes #6549)
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 033f36072f..0734bdc1e3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1324,
+/**/
1323,
/**/
1322,