commit | 5f628a12e5c7ebd1145ae1c089d1be1751b700c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 02 13:59:46 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 02 13:59:46 2021 +0200 |
tree | d8ca88eb493ae5543fb9983cc18b7b9a43b41e06 | |
parent | 4a22897591dc8ff64560bef693af49f171faf557 [diff] [blame] |
patch 8.2.2823: MS-Windows: launching Vim from installer doesn't open README Problem: MS-Windows: launching Vim from installer doesn't open README. Solution: Adjust the quotes.
diff --git a/src/version.c b/src/version.c index acf0e73..0e6e301 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2823, +/**/ 2822, /**/ 2821,