comparison src/version.c @ 19526:22f0dda71638 v8.2.0320

patch 8.2.0320: no Haiku support Commit: https://github.com/vim/vim/commit/b3f740695a0199d22cd97aee314f06c7ae32d2ea Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 26 16:16:53 2020 +0100 patch 8.2.0320: no Haiku support Problem: No Haiku support. Solution: Add support for Haiku. (Emir Sari, closes https://github.com/vim/vim/issues/5605)
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Feb 2020 16:30:04 +0100
parents 4a6a412e4565
children 3b026343f398
comparison
equal deleted inserted replaced
19525:619eb9bc3249 19526:22f0dda71638
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 320,
741 /**/ 743 /**/
742 319, 744 319,
743 /**/ 745 /**/
744 318, 746 318,
745 /**/ 747 /**/
1720 msg_puts(_("with X11-neXtaw GUI.")); 1722 msg_puts(_("with X11-neXtaw GUI."));
1721 # else 1723 # else
1722 msg_puts(_("with X11-Athena GUI.")); 1724 msg_puts(_("with X11-Athena GUI."));
1723 # endif 1725 # endif
1724 # else 1726 # else
1727 # ifdef FEAT_GUI_HAIKU
1728 msg_puts(_("with Haiku GUI."));
1729 # else
1725 # ifdef FEAT_GUI_PHOTON 1730 # ifdef FEAT_GUI_PHOTON
1726 msg_puts(_("with Photon GUI.")); 1731 msg_puts(_("with Photon GUI."));
1727 # else 1732 # else
1728 # if defined(MSWIN) 1733 # if defined(MSWIN)
1729 msg_puts(_("with GUI.")); 1734 msg_puts(_("with GUI."));
1734 # if defined(TARGET_API_MAC_OSX) && TARGET_API_MAC_OSX 1739 # if defined(TARGET_API_MAC_OSX) && TARGET_API_MAC_OSX
1735 msg_puts(_("with Cocoa GUI.")); 1740 msg_puts(_("with Cocoa GUI."));
1736 # else 1741 # else
1737 # endif 1742 # endif
1738 # endif 1743 # endif
1744 # endif
1739 # endif 1745 # endif
1740 # endif 1746 # endif
1741 # endif 1747 # endif
1742 # endif 1748 # endif
1743 # endif 1749 # endif