mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
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".
This commit is contained in:
@@ -1311,6 +1311,7 @@ EXTERN int wild_menu_showing INIT(= 0);
|
||||
#ifdef MSWIN
|
||||
EXTERN char_u toupper_tab[256]; // table for toupper()
|
||||
EXTERN char_u tolower_tab[256]; // table for tolower()
|
||||
EXTERN int found_register_arg INIT(= FALSE);
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_LINEBREAK
|
||||
|
Reference in New Issue
Block a user