aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* shell_escape: rename; refactorJustin M. Keyes2016-09-11
* system(): Respect 'sxe' and 'sxq' #2789Zhaosheng Pan2016-09-10
* Merge #5295 'health.vim'Justin M. Keyes2016-09-05
|\
| * health.vim: Show results incrementally.Justin M. Keyes2016-09-05
* | shada: Fix non-writeable ShaDa directory handlingZyX2016-09-04
* | getcwd(): Return empty string if CWD is invalid. #5292HiPhish2016-09-04
|/
* test: Add unittest spec for option.c (#5289)Kalle Ranki2016-09-04
* tchdir: New tab should inherit CWD. (#5227)Alejandro Sanchez2016-09-04
* api: fix leak when a api function is incorrectly called with a list.Björn Linse2016-08-31
* api: add tests for calling the api from vimscriptBjörn Linse2016-08-31
* api: consistently use nvim_ prefix and update documentationBjörn Linse2016-08-31
* api: unify buffer numbers and window ids with handlesBjörn Linse2016-08-31
* Merge pull request #5225 from equalsraf/windows-functionaltestsBjörn Linse2016-08-31
|\
| * functionaltest: Create lua helper for os.tmpname()Rui Abreu Ferreira2016-08-31
| * Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
* | api/ui: add tests for popupmenu_external eventsBjörn Linse2016-08-29
|/
* Merge commit 'refs/pull/upstream/5156'Justin M. Keyes2016-08-22
|\
| * highlight: Added QuickFixLine highlight groupTommy Allen2016-08-17
* | CheckHealth: Accept [plugin1 [, plugin2 [, ...]]] args.Justin M. Keyes2016-08-21
* | CheckHealthJustin M. Keyes2016-08-21
* | CheckHealthTJ DeVries2016-08-21
* | job control: reuse common job code for rpc jobsBjörn Linse2016-08-20
* | tests: Set env variables in RunTests.cmakeTommy Allen2016-08-17
|/
* api: handle null string in buffer_add_highlightBjörn Linse2016-08-17
* tests: add note to expect() message about snapshot_util()Björn Linse2016-08-14
* tests: don't ignore highlights in terminal testsBjörn Linse2016-08-14
* tests: don't ignore highlights in completion_specBjörn Linse2016-08-14
* tests: don't ignore highlights in various testsBjörn Linse2016-08-14
* tests: don't ignore highlights in screen_basic_specBjörn Linse2016-08-14
* tests: don't ignore highlights in mouse_specBjörn Linse2016-08-14
* tests: don't ignore highlights in syntax_conceal_specBjörn Linse2016-08-14
* tests: don't ignore highlights in highlight_specBjörn Linse2016-08-14
* tests: don't ignore highlights in searchhl_specBjörn Linse2016-08-14
* tests: don't ignore highlights in bufhl_specBjörn Linse2016-08-14
* tests: remove deprecated hl_colorsBjörn Linse2016-08-14
* Restore ":browse oldfiles" behavior from VimJames McCoy2016-08-11
* timers: do not crash after processing events in the handlerBjörn Linse2016-08-10
* Merge #5188 from justinmk/travis-test-hackJustin M. Keyes2016-08-09
|\
| * test: Fix os_name() call.Justin M. Keyes2016-08-09
| * XXX: CI: Disable hanging test on Travis OSX.Justin M. Keyes2016-08-09
* | Set the default value for 'packpath'James McCoy2016-08-08
|/
* Merge #5025 'input.c: Restore double click'Justin M. Keyes2016-08-07
|\
| * test: mouse_specJustin M. Keyes2016-08-07
| * test: Add tests for double, triple, and quadruple clicksach1t2016-08-07
* | Merge #5130 from equalsraf/tb-appveyorJustin M. Keyes2016-08-07
|\ \ | |/ |/|
| * Windows: Fix functionaltest fixturesRui Abreu Ferreira2016-08-07
* | Merge #4964 from ZyX-I/no-xdg-expandJustin M. Keyes2016-08-04
|\ \ | |/ |/|
| * functests: Also make sure that `set all&` does not expandZyX2016-07-10
| * functests: Add tests for XDG defaultsZyX2016-07-10
| * option: Do not expand options, obtained from XDG varsZyX2016-07-10