| Commit message (Expand) | Author | Age |
| ... | |
| * | | | Merge #5928 'New event: DirChanged' | Marco Hinz | 2017-01-16 |
| |\ \ \ |
|
| | * | | | Add autocmd/dirchanged_spec.lua | Marco Hinz | 2017-01-13 |
| * | | | | Merge #5918 'vim-patch: 7.4.2006, 7.4.2075, 7.4.2077, 7.4.2117, 7.4.2300, 7.4... | Justin M. Keyes | 2017-01-16 |
| |\ \ \ \ |
|
| | * | | | | fix test failure | lonerover | 2017-01-09 |
| * | | | | | setpos(): Set lowercase mark in other buffers (#5753) | Matthew Malcomson | 2017-01-15 |
| * | | | | | job: Consume content from rbuffer before invoking the callback again | James McCoy | 2017-01-14 |
| | |/ / /
|/| | | |
|
| * | | | | Merge #5933 from justinmk/dir-bufenter | Justin M. Keyes | 2017-01-13 |
| |\ \ \ \ |
|
| | * | | | | Windows: enable more tests | Justin M. Keyes | 2017-01-13 |
| | * | | | | test: BufEnter | Justin M. Keyes | 2017-01-13 |
| * | | | | | eval: Remove dictwatcher from watchers queue before freeing it | James McCoy | 2017-01-12 |
| |/ / / / |
|
| * | | | | inccommand: Preview :sub commands only after the delimiter is present | James McCoy | 2017-01-11 |
| * | | | | inccommand: Suppress error reporting when previewing commands | James McCoy | 2017-01-11 |
| * | | | | test: system([...]): v:shell_error | Justin M. Keyes | 2017-01-11 |
| * | | | | system([...]): Set v:shell_error=-1 if not executable. | Rui Abreu Ferreira | 2017-01-11 |
| * | | | | test: system([...]) | Rui Abreu Ferreira | 2017-01-11 |
| * | | | | vim-patch:7.4.2008 | James McCoy | 2017-01-10 |
| * | | | | test: Windows: Re-enable shada functional tests | Rui Abreu Ferreira | 2017-01-08 |
| * | | | | XDG: Windows: resolve $LOCALAPPDATA, $TEMP (#5278) | Rui Abreu Ferreira | 2017-01-08 |
| * | | | | Merge #5079 from ZyX-I/shada-save-current-pos | Justin M. Keyes | 2017-01-07 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | shada: Save current cursor position before saving jumps | ZyX | 2017-01-04 |
| * | | | | Merge pull request #5826 from ZyX-I/fix-typval_encode | James McCoy | 2017-01-06 |
| |\ \ \ \ |
|
| | * | | | | functests: Add tests for new fixes | ZyX | 2017-01-06 |
| | * | | | | tests: Add tests for partials dumping | ZyX | 2017-01-03 |
| | * | | | | eval/typval_encode: Fix infinite loop | ZyX | 2017-01-03 |
| * | | | | | Merge #5874 from ZyX-I/fix-5482 | Justin M. Keyes | 2017-01-04 |
| |\ \ \ \ \ |
|
| | * | | | | | plugin/shada: Handle NUL characters with intchar correctly | ZyX | 2017-01-04 |
| | * | | | | | plugin/msgpack: Support character constants like '\0' | ZyX | 2017-01-04 |
| | | |/ / /
| |/| | | |
|
| * | | | | | Merge #5749 from justinmk/test-ctrl-c | Justin M. Keyes | 2017-01-04 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | test: skip_fragile(), TEST_SKIP_FRAGILE | Justin M. Keyes | 2017-01-04 |
| | * | | | | test: ctrl_c_spec | Justin M. Keyes | 2017-01-04 |
| | |/ / / |
|
| * | | | | Merge #5872 justinmk/test_autochdir | Justin M. Keyes | 2017-01-04 |
| |\ \ \ \ |
|
| | * | | | | test/helpers.rmdir(): Windows: Change to top-level dir on failure. | Justin M. Keyes | 2017-01-04 |
| | * | | | | refactor: Remove VimL function `test_autochdir()` | Justin M. Keyes | 2017-01-04 |
| | |/ / / |
|
| * / / / | unittest: Allow multiple indirect includes | ZyX | 2017-01-03 |
| |/ / / |
|
| * | | | test: jobclose(): Avoid indeterminism. (#5851) | Justin M. Keyes | 2016-12-31 |
| * | | | vim-patch:7.4.1768 | James McCoy | 2016-12-27 |
| * | | | test: quickfix: Move upstream vim quickfix test to src/nvim/testdir | James McCoy | 2016-12-27 |
| * | | | test: job_spec: Avoid unreliable screen test. | Justin M. Keyes | 2016-12-23 |
| * | | | eval.c: set_selfdict(): Fix invalid memory access. | Justin M. Keyes | 2016-12-14 |
| * | | | Merge pull request #5760 from jamessan/shada-percent-count | James McCoy | 2016-12-13 |
| |\ \ \ |
|
| | * | | | shada: Respect the optional buffer count for shada-% | James McCoy | 2016-12-12 |
| * | | | | Make VimL code compatible with merged Partial support (#5765) | Marco Hinz | 2016-12-13 |
| |/ / / |
|
| * | | | Add some tests and cleanup. | Michael Ennen | 2016-12-12 |
| * | | | Make partials work with jobs, timers, and dictwatchers. | Björn Linse | 2016-12-12 |
| * | | | vim-patch:7.4.1605 | Michael Ennen | 2016-12-12 |
| * | | | test: jobstart() | Justin M. Keyes | 2016-12-11 |
| * | | | jobstart(): Return -1 if cmd is not executable. #5671 | Aaron Williamson | 2016-12-10 |
| * | | | os/shell: do_os_system(): Always show last chunk. | Justin M. Keyes | 2016-12-10 |
| * | | | os/shell: Throttle :! output, pulse "..." message. | Justin M. Keyes | 2016-12-09 |
| * | | | test: Handle SIGHUP in tty-test fixture. | Justin M. Keyes | 2016-12-07 |