summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-03-05 13:45:56 +0000
committerBram Moolenaar <Bram@vim.org>2022-03-05 13:45:56 +0000
commitc12dc47b8f80c02e4fdcdb38b8217e1c06a11368 (patch)
tree21af851b2042c9ab10bc8d2d7fb79967244ad564 /src
parent204852ae2adfdde10c656ca7f14e5b4207a69172 (diff)
patch 8.2.4511: filetype test failsv8.2.4511
Problem: Filetype test fails. Solution: Change "endw" to "endwhile".
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 3766c1154a..6e337b4f1c 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 */
/**/
+ 4511,
+/**/
4510,
/**/
4509,