summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-05-02 13:59:46 +0200
committerBram Moolenaar <Bram@vim.org>2021-05-02 13:59:46 +0200
commit5f628a12e5c7ebd1145ae1c089d1be1751b700c1 (patch)
treed8ca88eb493ae5543fb9983cc18b7b9a43b41e06 /src/version.c
parent4a22897591dc8ff64560bef693af49f171faf557 (diff)
downloadvim-git-5f628a12e5c7ebd1145ae1c089d1be1751b700c1.tar.gz
patch 8.2.2823: MS-Windows: launching Vim from installer doesn't open READMEv8.2.2823
Problem: MS-Windows: launching Vim from installer doesn't open README. Solution: Adjust the quotes.
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 acf0e7393..0e6e3014e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2823,
+/**/
2822,
/**/
2821,