vim-patch:8.2.0047: cannot skip tests for specific MS-Windows platform (#13461)

Problem:    Cannot skip tests for specific MS-Windows platform.
Solution:   Add windowsversion().
0c1e3744ff
This commit is contained in:
Jan Edmund Lazo
2020-12-11 19:45:22 -05:00
committed by GitHub
parent a82bcf9d9c
commit 062576f679
7 changed files with 44 additions and 0 deletions

View File

@@ -1052,4 +1052,7 @@ typedef enum {
#define MIN_CD_SCOPE kCdScopeWindow
#define MAX_CD_SCOPE kCdScopeGlobal
// Only filled for Win32.
EXTERN char windowsVersion[20] INIT(= { 0 });
#endif // NVIM_GLOBALS_H