comparison src/version.c @ 24563:30ad18017e1c v8.2.2821

patch 8.2.2821: MS-Windows: unnessarily loading libraries when registering OLE Commit: https://github.com/vim/vim/commit/3d0e7a956afb6f913466e96bd462eff0c92ad4c6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 1 17:46:03 2021 +0200 patch 8.2.2821: MS-Windows: unnessarily loading libraries when registering OLE Problem: MS-Windows: unnessarily loading libraries when registering OLE. Solution: Skip loading libraries when invoked with "-register".
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 May 2021 18:00:06 +0200
parents f6049d3ab81c
children 138e9caf4a7a
comparison
equal deleted inserted replaced
24562:557e50935ce4 24563:30ad18017e1c
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2821,
753 /**/ 755 /**/
754 2820, 756 2820,
755 /**/ 757 /**/
756 2819, 758 2819,
757 /**/ 759 /**/