mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
parent
be29de1fa2
commit
5090d94699
@ -10005,6 +10005,9 @@ static void f_has(typval_T *argvars, typval_T *rettv)
|
|||||||
#ifdef UNIX
|
#ifdef UNIX
|
||||||
"unix",
|
"unix",
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(WIN32)
|
||||||
|
"win32",
|
||||||
|
#endif
|
||||||
#if defined(WIN64) || defined(_WIN64)
|
#if defined(WIN64) || defined(_WIN64)
|
||||||
"win64",
|
"win64",
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user