summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2021-06-24 19:55:27 +0200
committerBram Moolenaar <Bram@vim.org>2021-06-24 19:55:27 +0200
commit98703d7f6c9a0ef9e54cb291a92342b9f96db732 (patch)
tree8f2d8c4276e58427c937022b16374d5a82fd8415 /src/version.c
parent3a62b14077c51c739cdc755356882b40c299f1c0 (diff)
downloadvim-git-98703d7f6c9a0ef9e54cb291a92342b9f96db732.tar.gz
patch 8.2.3045: minor typosv8.2.3045
Problem: Minor typos. Solution: Fix the typos. (Christian Brabandt, closes #8441)
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 d77119c06..d0e9da6fc 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 */
/**/
+ 3045,
+/**/
3044,
/**/
3043,