dundargoc
d238b8f600
chore: fix typos ( #17670 )
...
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
2022-03-17 13:21:24 +08:00
zeertzjq
f1c9065b0e
test: improve terminal channel tests
2022-03-12 19:23:45 +08:00
erw7
5051510ade
fix(channel): fix channel consistency
...
- 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.
2022-03-12 19:23:45 +08:00
zeertzjq
bd15ff7b84
test: require fewest number of main loop iterations possible
...
Change exc_exec to pcall_err to reduce one main loop iteration.
No need to call poke_eventloop() unless after nvim_input().
2021-11-15 10:34:43 +08:00
zeertzjq
8b5c32c8cd
test: add tests for freeing channel opened by termopen()
...
This indirectly covers #16264
2021-11-11 09:34:23 +08:00