| Commit message (Expand) | Author | Age |
| ... | |
| * | | build: `oldtest` target: TEST_FILE, NVIM_PRG (#6098) | Justin M. Keyes | 2017-02-12 |
| * | | eval: Add id() function and make printf("%p") return something useful (#6095) | Nikolai Aleksandrovich Pavlov | 2017-02-11 |
| * | | test: executable(): AppVeyor: Ignore "sibling" failure | Justin M. Keyes | 2017-02-04 |
| * | | win: executable(): full path without extension | Justin M. Keyes | 2017-02-04 |
| * | | vim-patch:8.0.0280 | Justin M. Keyes | 2017-02-04 |
| * | | test: helpers.clear(): Set common env vars only if not passed. | Justin M. Keyes | 2017-02-04 |
| * | | win: Append process dir to $PATH | Justin M. Keyes | 2017-02-04 |
| * | | test: executable() | Rui Abreu Ferreira | 2017-02-04 |
| * | | test: Remove whitespace (avoid LF/CRLF discrepancy) | Justin M. Keyes | 2017-02-04 |
| * | | tests: Migrate legacy test 8. #4179 | Lucas Hoffmann | 2017-02-03 |
| * | | Merge #2990 'tests: Migrate legacy test 69.' | Justin M. Keyes | 2017-02-03 |
| |\ \ |
|
| | * | | tests: Modernize migrated legacy test 69. | Lucas Hoffmann | 2017-02-03 |
| | * | | tests: Migrate legacy test 69. | Lucas Hoffmann | 2016-05-23 |
| * | | | Merge pull request #6050 from jamessan/fix-xclip-tests | James McCoy | 2017-02-03 |
| |\ \ \ |
|
| | * | | | test: Turn printargs_path into a function | James McCoy | 2017-02-02 |
| | * | | | test: Make xclip exit after one selection request | James McCoy | 2017-02-02 |
| * | | | | Merge #5975 from jamessan/execute-with-attrs | Justin M. Keyes | 2017-02-03 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | test: execute() + :redir | Justin M. Keyes | 2017-02-01 |
| | * | | | execute: Correctly capture output with highlight attributes | James McCoy | 2017-02-01 |
| * | | | | Merge pull request #5869 from hardenedapple/undojoin-curhead | James McCoy | 2017-02-02 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Don't set b_u_curhead in ex_undojoin() | Matthew Malcomson | 2017-01-22 |
| * | | | | undo: :earlier, g-: Set b_u_seq_cur correctly. (#6016) | Matthew Malcomson | 2017-01-31 |
| * | | | | eval.c: Fix findfile(), :find, gf in :terminal. #6009 | Tommy Allen | 2017-01-31 |
| * | | | | defaults: Revert 'mouse=a' (#6022) | Justin M. Keyes | 2017-01-28 |
| * | | | | test: Fix broken test. | Justin M. Keyes | 2017-01-24 |
| * | | | | Merge #5964 from equalsraf/windows-clipboard | Justin M. Keyes | 2017-01-24 |
| |\ \ \ \ |
|
| | * | | | | Enable clipboard provider tests in Windows | Rui Abreu Ferreira | 2017-01-20 |
| * | | | | | ci: XXX: Disable "throttle" test on Travis macOS. | Justin M. Keyes | 2017-01-23 |
| * | | | | | coverity/133845: Negative array index read. (FP) | Justin M. Keyes | 2017-01-23 |
| | |/ / /
|/| | | |
|
| * | | | | test: Avoid Lua closure limit. | Justin M. Keyes | 2017-01-22 |
| * | | | | Merge #5782 'Visual-mode put from @. register' | Justin M. Keyes | 2017-01-22 |
| |\ \ \ \ |
|
| | * | | | | put fixup, esp. ". register close #5709 #5781 | Matthew Malcomson | 2017-01-18 |
| * | | | | | win: test: Enable jobstart() 'shell' test. (#5983) | Justin M. Keyes | 2017-01-21 |
| * | | | | | tui: Enable mode-sensitive cursor by default. | Justin M. Keyes | 2017-01-20 |
| | |/ / /
|/| | | |
|
| * | | | | test/timer_spec.lua: Relax expected count. | Justin M. Keyes | 2017-01-19 |
| * | | | | ci: Disable "CTRL-C interrupts :global" test | Justin M. Keyes | 2017-01-19 |
| * | | | | win: test: XXX: Disable some tests. | Justin M. Keyes | 2017-01-19 |
| * | | | | win: fix warnings | Justin M. Keyes | 2017-01-19 |
| * | | | | win: test: enable job_spec.lua | Justin M. Keyes | 2017-01-19 |
| * | | | | Merge pull request #5963 from jamessan/screen-expect-clarity | James McCoy | 2017-01-18 |
| |\ \ \ \ |
|
| | * | | | | test: screen_basic: Re-enable min width/height test | James McCoy | 2017-01-18 |
| | * | | | | test: screen: Assert expected row count matches configured screen height | James McCoy | 2017-01-18 |
| | |/ / / |
|
| * / / / | test: nvim_ui_attach() with huge dimensions. (#5974) | Justin M. Keyes | 2017-01-18 |
| |/ / / |
|
| * | | | DirChanged: set <amatch> (#5961) | Justin M. Keyes | 2017-01-17 |
| * | | | 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 |
| | |/ / /
|/| | | |
|