forked from aniani/vim
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:
@@ -738,6 +738,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
320,
|
||||
/**/
|
||||
319,
|
||||
/**/
|
||||
@@ -1722,6 +1724,9 @@ list_version(void)
|
||||
msg_puts(_("with X11-Athena GUI."));
|
||||
# endif
|
||||
# else
|
||||
# ifdef FEAT_GUI_HAIKU
|
||||
msg_puts(_("with Haiku GUI."));
|
||||
# else
|
||||
# ifdef FEAT_GUI_PHOTON
|
||||
msg_puts(_("with Photon GUI."));
|
||||
# else
|
||||
@@ -1736,6 +1741,7 @@ list_version(void)
|
||||
# else
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user