aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/menu_spec.lua
Commit message (Collapse)AuthorAge
* functests: Check logs in lua codeZyX2016-06-10
| | | | | | It is otherwise impossible to determine which test failed sanitizer/valgrind check. test/functional/helpers.lua module return was changed so that tests which do not provide after_each function to get new check will automatically fail.
* test/functional: clean up according to luacheck (part 2)Marco Hinz2015-11-23
|
* Notify attached UIs whenever menus changeRobin Allen2015-08-21
This adds a redraw notification "update_menu" which is sent whenever Vim's menus are changed by the :menu command and friends.