mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.0047: cannot skip tests for specific MS-Windows platform
Problem: Cannot skip tests for specific MS-Windows platform. Solution: Add windowsversion().
This commit is contained in:
@@ -1724,6 +1724,9 @@ EXTERN int did_echo_string_emsg INIT(= FALSE);
|
||||
|
||||
// Used for checking if local variables or arguments used in a lambda.
|
||||
EXTERN int *eval_lavars_used INIT(= NULL);
|
||||
|
||||
// Only filled for Win32.
|
||||
EXTERN char windowsVersion[20] INIT(= {0});
|
||||
#endif
|
||||
|
||||
#ifdef MSWIN
|
||||
|
Reference in New Issue
Block a user