1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2020-04-06 22:56:28 +02:00
parent 00d253e2b2
commit c74fbfedfa
2 changed files with 17 additions and 18 deletions

View File

@@ -738,6 +738,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
524,
/**/
523,
/**/