commit | 113b8dc111febf605cd1492788353be6c3931fce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 13:43:58 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 18 13:43:58 2022 +0000 |
tree | ca881dba714b28a3b458b81afdbf3d41416fc3b9 | |
parent | 840f16202e1ae2d574507ef52a7e8a98775f243c [diff] [blame] |
patch 8.2.4134: MS-Windows: test for import with absolute path fails Problem: MS-Windows: test for import with absolute path fails. Solution: Handle path starting with slash as an absolute path.
diff --git a/src/version.c b/src/version.c index 1e9ab2d..8ac5c08 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4134, +/**/ 4133, /**/ 4132,