| Commit message (Expand) | Author | Age |
| ... | |
| * | eval: Move remaining get_tv_string* functions to eval/typval.c | ZyX | 2017-03-29 |
| * | *: Move some dictionary functions to typval.h and use char* | ZyX | 2017-03-29 |
| * | defaults: 'showcmd', 'belloff', 'ruler' | Justin M. Keyes | 2017-03-16 |
| * | Allow lambdas to be used with jobs, timers and dictwatchers. | Michael Ennen | 2017-02-14 |
| * | Don't set b_u_curhead in ex_undojoin() | Matthew Malcomson | 2017-01-22 |
| * | ci: Disable "CTRL-C interrupts :global" test | Justin M. Keyes | 2017-01-19 |
| * | eval: Remove dictwatcher from watchers queue before freeing it | James McCoy | 2017-01-12 |
| * | test: skip_fragile(), TEST_SKIP_FRAGILE | Justin M. Keyes | 2017-01-04 |
| * | test: ctrl_c_spec | Justin M. Keyes | 2017-01-04 |
| * | Add some tests and cleanup. | Michael Ennen | 2016-12-12 |
| * | Make partials work with jobs, timers, and dictwatchers. | Björn Linse | 2016-12-12 |
| * | build: Target luacheck HEAD. | Justin M. Keyes | 2016-11-17 |
| * | encoding: update tests | Björn Linse | 2016-11-05 |
| * | ex_global: Catch CTRL-C even if it is mapped. | Justin M. Keyes | 2016-10-30 |
| * | os_nodetype: open fd with O_NONBLOCK (#5515) | Justin M. Keyes | 2016-10-21 |
| * | system('foo &', 'bar'): Show error, don't crash. | Justin M. Keyes | 2016-10-19 |
| * | test: system(): backgrounded shell command | Justin M. Keyes | 2016-10-19 |
| * | main.c: "BufReadCmd term://": Skip existing terminal. | Justin M. Keyes | 2016-10-12 |
| * | CI: test: Avoid QuickBuild hang. (#5330) | Justin M. Keyes | 2016-09-12 |
| * | getcwd(): Return empty string if CWD is invalid. #5292 | HiPhish | 2016-09-04 |
| * | tchdir: New tab should inherit CWD. (#5227) | Alejandro Sanchez | 2016-09-04 |
| * | functionaltest: Create lua helper for os.tmpname() | Rui Abreu Ferreira | 2016-08-31 |
| * | Mark some functional tests as pending in Windows | Rui Abreu Ferreira | 2016-08-26 |
| * | tests: don't ignore highlights in various tests | Björn Linse | 2016-08-14 |
| * | Restore ":browse oldfiles" behavior from Vim | James McCoy | 2016-08-11 |
| * | Add test for :drop | KillTheMule | 2016-07-01 |
| * | test: fix command_count_spec | Björn Linse | 2016-06-23 |
| * | test: functional: Remove unnecessary use of clipboard register | James McCoy | 2016-06-15 |
| * | test: functional: Remove test_bkc_* files after testing | James McCoy | 2016-06-15 |
| * | functests: Check logs in lua code | ZyX | 2016-06-10 |
| * | test/functional: cd_spec: Add tests for {getcwd,haslocaldir}(-1, -1) | James McCoy | 2016-06-01 |
| * | test/functional: cd_spec: Add tests for using explicit args | James McCoy | 2016-06-01 |
| * | test/functional: cd_spec: Use named keys for directories table | James McCoy | 2016-06-01 |
| * | test/functional: Allow arbitrary arguments to cwd/lwd functions | James McCoy | 2016-06-01 |
| * | test/functional: fix a dependency on the previous test suite | John Szakmeister | 2016-05-06 |
| * | test/functional: prefix the cd command with silent to prevent hanging | John Szakmeister | 2016-05-06 |
| * | Merge pull request #4654 from KillTheMule/testlint | Justin M. Keyes | 2016-05-06 |
| |\ |
|
| | * | Satisfy testlint. | KillTheMule | 2016-04-28 |
| * | | ex_getln: Do not crash with :append/:insert/:change | ZyX | 2016-04-29 |
| * | | Remove old UNIX ifdef from buf_write() | Rui Abreu Ferreira | 2016-04-28 |
| |/ |
|
| * | tcd: doc, error messages | Justin M. Keyes | 2016-04-21 |
| * | Implement tab-local working directory feature. | HiPhish | 2016-04-20 |
| * | tests: fix indeterministic oldfiles! test | Björn Linse | 2016-04-14 |
| * | Update lua client to 0.0.1-24 | Thiago de Arruda | 2016-04-13 |
| * | Remove indeterminism in oldfiles_spec.lua | Thiago de Arruda | 2016-04-11 |
| * | encoding: update tests | Björn Linse | 2016-01-02 |
| * | test/functional: clean up according to luacheck (part 2) | Marco Hinz | 2015-11-23 |
| * | Workaround the unstable ordering of v:oldfiles in some more tests. | John Szakmeister | 2015-11-16 |
| * | Test: improve functional/ex_cmds/oldfiles_spec.lua | Marco Hinz | 2015-11-11 |
| * | Add tests for :oldfiles | Marco Hinz | 2015-11-10 |