Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test/functional: clean up according to luacheck (part 1) | Marco Hinz | 2015-11-23 |
| | |||
* | Disable a broken functional test. | John Szakmeister | 2015-10-01 |
| | | | | | | No one has taken a real interest in fixing this, so let's disable it for now. The issue crops up most on the QB OS X node, but it has periodically occurred under other nodes too. | ||
* | defaults: set 'laststatus' to 2. #2876 | Felipe Morales | 2015-08-24 |
| | |||
* | Add ui test for default title (with/without filename) #3091 | Björn Linse | 2015-07-23 |
| | |||
* | test: Increase determinism in screen_basic_spec tests | Thiago de Arruda | 2015-07-16 |
| | |||
* | vim-patch:7.4.659 + test | Michael Reed | 2015-05-01 |
| | | | | | | | | | | Problem: When 'ruler' is set the preferred column is reset. (Issue 339) Solution: Don't set curswant when redrawing the status lines. https://code.google.com/p/vim/source/detail?r=v7-4-659 Helped-by: David Bürgin <676c7473@gmail.com> Based on #2347 by @pvinis | ||
* | test/ui: Fix indeterminism in screen_basic_spec | Thiago de Arruda | 2015-04-03 |
| | |||
* | tests/ui: cleanup ignores in screen_basic_spec | Björn Linse | 2015-03-19 |
| | |||
* | tests/ui: Also test character at cursor | Björn Linse | 2015-03-09 |
| | |||
* | tests/ui: strict mode | Björn Linse | 2015-01-23 |
| | |||
* | test: Add more functional test to cover new code | Thiago de Arruda | 2015-01-15 |
| | | | | | | | | | - emulate gui_running and terminal colors - scrolling/clearing regions - mouse wheel scrolling - setting icon/title - :stop/:suspend - screen resize | ||
* | test: Add screen test facility | Thiago de Arruda | 2014-12-09 |
- Add screen.lua which implements a remote screen to verify screen state by tests under functional/ui - Add some basic screen/highlight tests |