mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -04:00
patch 8.2.0320: no Haiku support
Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes #5605)
This commit is contained in:
@@ -3264,6 +3264,9 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
#ifdef __BEOS__
|
||||
"beos",
|
||||
#endif
|
||||
#ifdef __HAIKU__
|
||||
"haiku",
|
||||
#endif
|
||||
#if defined(BSD) && !defined(MACOS_X)
|
||||
"bsd",
|
||||
#endif
|
||||
@@ -3450,6 +3453,9 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
#ifdef FEAT_GUI_GNOME
|
||||
"gui_gnome",
|
||||
#endif
|
||||
#ifdef FEAT_GUI_HAIKU
|
||||
"gui_haiku",
|
||||
#endif
|
||||
#ifdef FEAT_GUI_MAC
|
||||
"gui_mac",
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user