aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/screen.lua
Commit message (Expand)AuthorAge
* ui: forward relevant option updates to UIs (#7520)Björn Linse2017-12-12
* ui: fix glitch with both ext_cmdline and cmd_wildmenuBjörn Linse2017-12-06
* functests: Fix typoZyX2017-06-28
* functests: Fix screen.lua supplying dedent additional argumentZyX2017-06-21
* test: api: Do not truncate errors <1 MB.Justin M. Keyes2017-04-23
* ui: use an array for mode stylesBjörn Linse2017-04-21
* ui: add tests for new cursor shape modesBjörn Linse2017-04-21
* test: helpers.execute() => helpers.feed_command()Justin M. Keyes2017-04-11
* tests: short form `screen:except(func)` expects condition only. #6440Björn Linse2017-04-06
* 'guicursor': enabled=false if 'guicursor' is emptyJustin M. Keyes2017-04-04
* api/cursor_style_set: mode descriptionsJustin M. Keyes2017-04-01
* 'guicursor': Empty means "block cursor in all modes".Justin M. Keyes2017-04-01
* tui: 'guicursor' shape #6044Matthieu Coudron2017-04-01
* coverity/133845: Negative array index read. (FP)Justin M. Keyes2017-01-23
* tui: Enable mode-sensitive cursor by default.Justin M. Keyes2017-01-20
* Merge pull request #5963 from jamessan/screen-expect-clarityJames McCoy2017-01-18
|\
| * test: screen: Assert expected row count matches configured screen heightJames McCoy2017-01-18
* | test: nvim_ui_attach() with huge dimensions. (#5974)Justin M. Keyes2017-01-18
|/
* os/shell: Throttle :! output, pulse "..." message.Justin M. Keyes2016-12-09
* add cmdline mode to modechange of RPC and testschemzqm2016-11-30
* ui: add tests for ui_mode_changeBjörn Linse2016-11-25
* api/ui: add tests for popupmenu_external eventsBjörn Linse2016-08-29
* tests: add note to expect() message about snapshot_util()Björn Linse2016-08-14
* functests: Check logs in lua codeZyX2016-06-10
* cmdline: Redraw the cmdline after processing eventsBjörn Linse2016-05-24
* test: Screen also checks 'special' when testing attribute equalityAdnoC2016-05-17
* test: Add a test for the new guisp highlighting feature.KillTheMule2016-05-17
* test: Fix tests failingAdnoC2016-05-17
* Update lua client to 0.0.1-24Thiago de Arruda2016-04-13
* Tests: fix according to lualintMarco Hinz2016-02-29
* functests: Improve screen:expect error reportingZyX2016-02-28
* test: change CI_TARGET reference to CIJustin M. Keyes2016-01-01
* test/functional: clean up according to luacheck (part 2)Marco Hinz2015-11-23
* test/functional: clean up according to luacheck (part 1)Marco Hinz2015-11-23
* functests: Do not forget about -i argumentZyX2015-10-23
* test: Add basic tests for the TUIThiago de Arruda2015-10-01
* api: vim_err_write: add tests for multiline handlingBjörn Linse2015-09-16
* Notify attached UIs whenever menus changeRobin Allen2015-08-21
* tui: Use underline cursor in Replace modeOmar Sandoval2015-07-26
* api: Simplify UI API on mode changeOmar Sandoval2015-07-26
* test: Increase determinism in screen_basic_spec testsThiago de Arruda2015-07-16
* doc: Fix some typos and trailing whitespace. #2875Lucas Hoffmann2015-06-21
* tests/ui: warn when the correct state was seen temporarily.Björn Linse2015-04-03
* test/ui: add redraw debug utilBjörn Linse2015-04-03
* test: Add terminal testsThiago de Arruda2015-03-25
* test: Extract code to spawn nvim into the "spawn" helper functionThiago de Arruda2015-03-24
* ui: Refactor so that busy state won't be the defaultThiago de Arruda2015-03-18
* test: Only display cursor marker in screen tests if nvim is not busyThiago de Arruda2015-03-16
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* tests/ui: Also test character at cursorBjörn Linse2015-03-09