comparison src/structs.h @ 18498:9e6d5a4abb1c v8.1.2243

patch 8.1.2243: typos in comments Commit: https://github.com/vim/vim/commit/32aa10203bd0b4b270def03311a4599f9ffdecc4 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 2 22:54:41 2019 +0100 patch 8.1.2243: typos in comments Problem: Typos in comments. Solution: Fix the typos. (Dominique Pelle, closes https://github.com/vim/vim/issues/5160) Also adjust formatting a bit.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Nov 2019 23:00:06 +0100
parents 1848b3e07266
children e5ef5d820b5b
comparison
equal deleted inserted replaced
18497:14e9f08eec14 18498:9e6d5a4abb1c
3495 HWND tearoff_handle; // hWnd of tearoff if created 3495 HWND tearoff_handle; // hWnd of tearoff if created
3496 #endif 3496 #endif
3497 #ifdef FEAT_GUI_MAC 3497 #ifdef FEAT_GUI_MAC
3498 // MenuHandle id; 3498 // MenuHandle id;
3499 // short index; // the item index within the father menu 3499 // short index; // the item index within the father menu
3500 short menu_id; // the menu id to which this item belong 3500 short menu_id; // the menu id to which this item belongs
3501 short submenu_id; // the menu id of the children (could be 3501 short submenu_id; // the menu id of the children (could be
3502 // get through some tricks) 3502 // get through some tricks)
3503 MenuHandle menu_handle; 3503 MenuHandle menu_handle;
3504 MenuHandle submenu_handle; 3504 MenuHandle submenu_handle;
3505 #endif 3505 #endif