comparison src/testdir/test_gui.vim @ 22439:445799159195 v8.2.1768

patch 8.2.1768: cannot use the help menu from a terminal window Commit: https://github.com/vim/vim/commit/b45cd36bd90f71e4a35b1ef1f75a3bedef6d8bac Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 28 21:41:49 2020 +0200 patch 8.2.1768: cannot use the help menu from a terminal window Problem: Cannot use the help menu from a terminal window. Solution: Add ":tlnoremenu" commands. (Yee Cheng Chin, closes https://github.com/vim/vim/issues/7023)
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Sep 2020 21:45:03 +0200
parents ff21e2962490
children 26824776adf6
comparison
equal deleted inserted replaced
22438:2c92548e5afd 22439:445799159195
737 call assert_equal('help', &buftype) 737 call assert_equal('help', &buftype)
738 close 738 close
739 739
740 " Check deleting menu doesn't cause trouble. 740 " Check deleting menu doesn't cause trouble.
741 aunmenu Help 741 aunmenu Help
742 if exists(':tlmenu')
743 tlunmenu Help
744 endif
742 call assert_fails('menu Help', 'E329:') 745 call assert_fails('menu Help', 'E329:')
743 endfunc 746 endfunc
744 747
745 func Test_set_guipty() 748 func Test_set_guipty()
746 let guipty_saved = &guipty 749 let guipty_saved = &guipty