comparison src/version.c @ 19936:ce463840c826 v8.2.0524

patch 8.2.0524: Win32: searching for file matches is slow Commit: https://github.com/vim/vim/commit/c74fbfedfa2df384cca5f6763e2c9e5c0ca6d513 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Apr 6 22:56:28 2020 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 06 Apr 2020 23:00:29 +0200
parents 3ff714d765ba
children f33098f1aec0
comparison
equal deleted inserted replaced
19935:7d46edfd1c55 19936:ce463840c826
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 524,
741 /**/ 743 /**/
742 523, 744 523,
743 /**/ 745 /**/
744 522, 746 522,
745 /**/ 747 /**/