Bram Moolenaar
|
ce79353ace
|
patch 8.1.1274: after :unmenu can still execute the menu with :emenu
Problem: After :unmenu can still execute the menu with :emenu.
Solution: Do not execute a menu that was disabled for the specified mode.
|
2019-05-05 14:19:20 +02:00 |
|
Bram Moolenaar
|
4c5d815256
|
patch 8.1.0487: no menus specifically for the terminal window
Problem: No menus specifically for the terminal window.
Solution: Add :tlmenu. (Yee Cheng Chin, closes #3439) Add a menu test.
|
2018-10-19 22:36:53 +02:00 |
|
Bram Moolenaar
|
37175409d7
|
patch 8.0.0478: tests use assert_true(0) and assert_false(1) to report errors
Problem: Tests use assert_true(0) and assert_false(1) to report errors.
Solution: Use assert_report().
|
2017-03-18 20:18:45 +01:00 |
|
Bram Moolenaar
|
a1c8ecfda9
|
patch 8.0.0413: menu test fails on MS-Windows using gvim
Problem: Menu test fails on MS-Windows using gvim.
Solution: First delete the English menus.
|
2017-03-04 21:41:05 +01:00 |
|
Bram Moolenaar
|
5558d19432
|
patch 8.0.0412: menu test fails on MS-Windows
Problem: Menu test fails on MS-Windows.
Solution: Use a menu entry with only ASCII characters.
|
2017-03-04 21:02:22 +01:00 |
|
Bram Moolenaar
|
11dd8c1201
|
patch 8.0.0411: menu translations don't match when case is changed.
Problem: We can't change the case in menu entries, it breaks translations.
Solution: Ignore case when looking up a menu translation.
|
2017-03-04 20:41:34 +01:00 |
|
Bram Moolenaar
|
2d6c800272
|
patch 7.4.1046
Problem: No test coverage for menus.
Solution: Load the standard menus and check there is no error.
|
2016-01-03 23:31:24 +01:00 |
|