commit | 3e2d5385edcdaa4a09e76081e8d309d8f8c9a58a | [log] [tgz] |
---|---|---|
author | zhihaoy <43971430+zhihaoy@users.noreply.github.com> | Thu Feb 23 12:36:22 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 23 12:36:22 2023 +0000 |
tree | c64d9c0f4460f3e7740127531820d4242368b091 | |
parent | 4ee083e7f9e973a9f5939eb0cd477aa52fbab51c [diff] [blame] |
patch 9.0.1342: MS-Windows: linking may fail with space in directory name Problem: MS-Windows: linking may fail with space in directory name. Solution: Add quotes. (closes #12050)
diff --git a/src/version.c b/src/version.c index 56d02b3..81086a4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1342, +/**/ 1341, /**/ 1340,