zsh-autosuggestions/src
Eric Freese 88fe824ddf Add some error handling to async response handler
We only want to read data in case of POLLIN or POLLHUP. Not POLLNVAL or
select error.

We always want to remove the handler, so it doesn't get called in an
infinite loop when error is nval or err.

In zsh source, see main zle event loop in zle_main.c raw_getbyte
function.
2018-07-13 11:26:57 -06:00
..
strategies Only capture completions at the end of the buffer. 2018-07-02 12:25:20 -06:00
async.zsh Add some error handling to async response handler 2018-07-13 11:26:57 -06:00
bind.zsh Support widgets starting with dashes (ex: -a-widget) 2018-06-10 22:39:58 -06:00
config.zsh Cleanup unused async pty name 2018-07-02 22:38:20 -06:00
fetch.zsh Do not leak global variables REPLY and strategy 2018-06-18 16:39:48 -06:00
highlight.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00
start.zsh zpty module is only needed for completion strategy 2018-06-30 15:09:24 -06:00
util.zsh Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" 2017-12-06 08:08:53 -07:00
widgets.zsh Merge branch 'develop' into features/completion-suggestions 2018-06-11 02:34:24 -06:00