Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docs: fix typos (#21196) | dundargoc | 2022-11-29 |
| | | | | | Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: Raphael <glephunter@gmail.com> Co-authored-by: Gregory Anders <greg@gpanders.com> | ||
* | fix(tests): missing clear() #18927 | kylo252 | 2022-06-13 |
| | | | This was caught in #18674 since it allows test isolation | ||
* | test: unskip tests on Windows (#18600) | zeertzjq | 2022-05-18 |
| | | | | | | Remove the command('qall!') from mksession_spec.lua because it prevents helpers.rmdir() from retrying. Allow extra trailing spaces when matching terminal lines. | ||
* | fix(terminal): do not trim whitespace that is actually in the terminal (#16423) | zeertzjq | 2022-05-17 |
| | |||
* | test: use helpers.pending_win32(pending) in buffer_updates_spec | zeertzjq | 2022-03-03 |
| | |||
* | test: use helpers.pending_win32(pending) instead of iswin() | zeertzjq | 2022-02-26 |
| | |||
* | ci: skip tests that fail on windows | Dundar Göc | 2022-02-20 |
| | |||
* | test: update tests to work with 'hidden' | Gregory Anders | 2021-08-18 |
| | |||
* | test: Eliminate expect_err | Justin M. Keyes | 2019-09-06 |
| | | | | Eliminate `expect_err` in favor of `pcall_err` + `eq` or `matches`. | ||
* | api: allow nvim_buf_attach from lua using callbacks | Björn Linse | 2019-06-04 |
| | |||
* | API/buffer-updates: always detach on buf-reload #9643 | KillTheMule | 2019-03-01 |
| | | | | | | Independently of the 'undoreload' option and the length of the file. closes #9642 closes #9643 | ||
* | functionaltest: win: enable diffput,diffget test | Jan Edmund Lazo | 2018-10-31 |
| | |||
* | test: nvim_buf_attach: reduce delay | Justin M. Keyes | 2018-07-02 |
| | | | | | | This test is mostly a demo/reference for: https://github.com/neovim/neovim/issues/8634#issuecomment-400940467 so let's not pay a 1s penalty. | ||
* | test: nvim_buf_attach response after initial delay | Justin M. Keyes | 2018-07-01 |
| | | | | ref #8634 | ||
* | test: buffer_updates: 10s timeout | Justin M. Keyes | 2018-07-01 |
| | |||
* | API: emit nvim_buf_lines_event from :terminal #8616 | KillTheMule | 2018-07-01 |
| | | | | closes #8575 | ||
* | Merge #7917 'API: buffer updates' | Justin M. Keyes | 2018-06-08 |
| | |||
* | Add empty options dict to buf_attach | KillTheMule | 2018-05-23 |
| | |||
* | Rename some more, fixe borked renaming | KillTheMule | 2018-05-23 |
| | |||
* | Send changedtick as first event if buffer contents weren't requested | KillTheMule | 2018-05-23 |
| | |||
* | Unify updates_start and updates to lines_event | KillTheMule | 2018-05-23 |
| | | | | Also rename changedtick -> changedtick_event | ||
* | Update test | KillTheMule | 2018-05-23 |
| | |||
* | Some renamings and doc changes | KillTheMule | 2018-05-23 |
| | |||
* | Try fixing that test on travis | KillTheMule | 2018-05-23 |
| | |||
* | Increase sendkeys timeout | KillTheMule | 2018-05-23 |
| | |||
* | The grand renaming | KillTheMule | 2018-05-23 |