aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
Commit message (Expand)AuthorAge
* functests: Fix screen.lua supplying dedent additional argumentZyX2017-06-21
* screen.c: make more highlights window specificBjörn Linse2017-06-14
* options: make 'highlight' read-onlyBjörn Linse2017-05-15
* tests: Add tests for vim_strchrZyX2017-05-09
* tests: add basic test for 'winhighlight`Björn Linse2017-05-08
* options: allow different highlights in windowsBjörn Linse2017-05-08
* Use vim_strchr(s, c) when c may be NUL (#6656)James McCoy2017-05-03
* 'guicursor': No color/blink by defaultJustin M. Keyes2017-04-30
* api/ext_tabline: `curtab` should be a Tabpage handle.Justin M. Keyes2017-04-28
* test: inccommand_spec: Avoid indeterminism. (#6592)Justin M. Keyes2017-04-26
* api/ext_tabline: List of Dicts.Justin M. Keyes2017-04-26
* api: nvim_ui_attach(): Flatten ext_* options.Justin M. Keyes2017-04-26
* api/ui: externalize tablineJustin M. Keyes2017-04-26
* api/ui: externalize tablineDongdong Zhou2017-04-26
* 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: Cursor after `:hi clear|syntax reset`Justin M. Keyes2017-04-17
* test: helpers.execute() => helpers.feed_command()Justin M. Keyes2017-04-11
* functests: Fix some ui/*_spec testsZyX2017-04-09
* functests: Fix ui/bufhl_specZyX2017-04-09
* functests: Fix ui/screen_basic_specZyX2017-04-09
* functests: Replace execute with either command or feed_commandZyX2017-04-09
* tests: short form `screen:except(func)` expects condition only. #6440Björn Linse2017-04-06
* 'guicursor': Disable by default for unknown terminals.Justin M. Keyes2017-04-04
* 'guicursor': enabled=false if 'guicursor' is emptyJustin M. Keyes2017-04-04
* 'listchars': `Whitespace` highlight group #6367Yichao Zhou2017-04-03
* tests: Fix testlint errorsZyX2017-04-03
* 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
* highlight: :match should override 'list' (#6343)Yichao Zhou2017-03-26
* defaults: 'showcmd', 'belloff', 'ruler'Justin M. Keyes2017-03-16
* vim-patch:7.4.2051James McCoy2017-03-06
* terminal: Keep cursor position.Justin M. Keyes2017-03-01
* undo: :earlier, g-: Set b_u_seq_cur correctly. (#6016)Matthew Malcomson2017-01-31
* test: Fix broken test.Justin M. Keyes2017-01-24
* ci: XXX: Disable "throttle" test on Travis macOS.Justin M. Keyes2017-01-23
* coverity/133845: Negative array index read. (FP)Justin M. Keyes2017-01-23
* tui: Enable mode-sensitive cursor by default.Justin M. Keyes2017-01-20
* ci: Disable "CTRL-C interrupts :global" testJustin M. Keyes2017-01-19
* Merge pull request #5963 from jamessan/screen-expect-clarityJames McCoy2017-01-18
|\
| * test: screen_basic: Re-enable min width/height testJames 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
|/
* inccommand: Preview :sub commands only after the delimiter is presentJames McCoy2017-01-11
* inccommand: Suppress error reporting when previewing commandsJames McCoy2017-01-11
* test: skip_fragile(), TEST_SKIP_FRAGILEJustin M. Keyes2017-01-04
* os/shell: do_os_system(): Always show last chunk.Justin M. Keyes2016-12-10
* os/shell: Throttle :! output, pulse "..." message.Justin M. Keyes2016-12-09