]> granicus.if.org Git - vim/commit
patch 8.2.2129: MS-Windows: Checking if a file name is absolute is slow v8.2.2129
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Dec 2020 19:10:50 +0000 (20:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Dec 2020 19:10:50 +0000 (20:10 +0100)
commit0ea7421ae6618fe8efe9e3afc8fdcf7a4d89739a
tree5ea2bb73090fb5ef95c6108b518dc53bba3eadd0
parent100118c73ac068137cd298d22953896242752523
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)
src/os_mswin.c
src/version.c