comparison src/menu.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 f41b55f9357c
children da791e5c0139
comparison
equal deleted inserted replaced
19525:619eb9bc3249 19526:22f0dda71638
2523 } 2523 }
2524 } 2524 }
2525 } 2525 }
2526 2526
2527 #if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK) \ 2527 #if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK) \
2528 || defined(FEAT_TERM_POPUP_MENU) \ 2528 || defined(FEAT_TERM_POPUP_MENU) || defined(FEAT_GUI_HAIKU) \
2529 || defined(FEAT_BEVAL_TIP) || defined(PROTO) 2529 || defined(FEAT_BEVAL_TIP) || defined(PROTO)
2530 /* 2530 /*
2531 * Given a menu descriptor, e.g. "File.New", find it in the menu hierarchy. 2531 * Given a menu descriptor, e.g. "File.New", find it in the menu hierarchy.
2532 */ 2532 */
2533 vimmenu_T * 2533 vimmenu_T *