comparison runtime/doc/usr_41.txt @ 19657:da791e5c0139 v8.2.0385

patch 8.2.0385: menu functionality insufficiently tested Commit: https://github.com/vim/vim/commit/0eabd4dc8ff50658f0ea0e92c7918a42242f6b80 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 15 16:13:53 2020 +0100 patch 8.2.0385: menu functionality insufficiently tested Problem: Menu functionality insufficiently tested. Solution: Add tests. Add menu_info(). (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5760)
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Mar 2020 16:15:04 +0100
parents 6c944fee0d7e
children bceeded72898
comparison
equal deleted inserted replaced
19656:df9b03a56543 19657:da791e5c0139
940 winlayout() get layout of windows in a tab page 940 winlayout() get layout of windows in a tab page
941 winrestcmd() return command to restore window sizes 941 winrestcmd() return command to restore window sizes
942 winsaveview() get view of current window 942 winsaveview() get view of current window
943 winrestview() restore saved view of current window 943 winrestview() restore saved view of current window
944 944
945 Mappings: *mapping-functions* 945 Mappings and Menus: *mapping-functions*
946 hasmapto() check if a mapping exists 946 hasmapto() check if a mapping exists
947 mapcheck() check if a matching mapping exists 947 mapcheck() check if a matching mapping exists
948 maparg() get rhs of a mapping 948 maparg() get rhs of a mapping
949 menu_info() get information about a menu item
949 wildmenumode() check if the wildmode is active 950 wildmenumode() check if the wildmode is active
950 951
951 Testing: *test-functions* 952 Testing: *test-functions*
952 assert_equal() assert that two expressions values are equal 953 assert_equal() assert that two expressions values are equal
953 assert_equalfile() assert that two file contents are equal 954 assert_equalfile() assert that two file contents are equal