Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | chore: fix typos (#17670) | dundargoc | 2022-03-17 |
| | | | Co-authored-by: zeertzjq <zeertzjq@outlook.com> | ||
* | test: improve terminal channel tests | zeertzjq | 2022-03-12 |
| | |||
* | fix(channel): fix channel consistency | erw7 | 2022-03-12 |
| | | | | | | | - Fix the problem that chanclose() does not work for channel created by nvim_open_term(). - Fix the problem that the loopback channel is not released. - Fix the error message when sending raw data to the loopback channel. | ||
* | test: require fewest number of main loop iterations possible | zeertzjq | 2021-11-15 |
| | | | | | Change exc_exec to pcall_err to reduce one main loop iteration. No need to call poke_eventloop() unless after nvim_input(). | ||
* | test: add tests for freeing channel opened by termopen() | zeertzjq | 2021-11-11 |
This indirectly covers #16264 |