]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0524: Win32: searching for file matches is slow v8.2.0524
authorBram Moolenaar <Bram@vim.org>
Mon, 6 Apr 2020 20:56:28 +0000 (22:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 6 Apr 2020 20:56:28 +0000 (22:56 +0200)
commitc74fbfedfa2df384cca5f6763e2c9e5c0ca6d513
tree7a0441a2dc781a5d0cf2031702f3622d688d920a
parent00d253e2b2f435a5386582c3f857008e7ac355c2
patch 8.2.0524: Win32: searching for file matches is slow

Problem:    Win32: searching for file matches is slow.
Solution:   Instead of making another round to find any short filename, check
            for the short name right away. Avoid using an ordinary file like a
            directory.  (Nir Lichtman, closes #5883)
src/filepath.c
src/version.c