commit | 0ea7421ae6618fe8efe9e3afc8fdcf7a4d89739a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 11 20:10:50 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 11 20:10:50 2020 +0100 |
tree | 5ea2bb73090fb5ef95c6108b518dc53bba3eadd0 | |
parent | 100118c73ac068137cd298d22953896242752523 [diff] [blame] |
patch 8.2.2129: MS-Windows: Checking if a file name is absolute is slow Problem: MS-Windows: Checking if a file name is absolute is slow. Solution: Do not use mch_FullName(). (closes #7033)
diff --git a/src/version.c b/src/version.c index 24a8390..9dae296 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2129, +/**/ 2128, /**/ 2127,