zsh-autosuggestions/src
Eric Freese 42f5a06f7f Need to reset the POSTDISPLAY if exiting early
Specific case where this matters is following:

Be in vi insert mode with some text in the buffer and the cursor at the
end of the buffer. Press `esc` to trigger `vi-cmd-mode widget`, then
before the cursor moves (KEYTIMEOUT), press `h` to trigger
`vi-backward-char` widget. When `vi-cmd-mode` original widget exits,
KEYS_QUEUED_COUNT will be non-zero and the suggestion will be lost.
2018-05-15 11:44:42 -06:00
..
strategies Fix #247 and #248 without using `(b)` flag 2017-12-06 08:09:14 -07:00
async.zsh Remove unused local `$suggestion` variable 2018-03-27 14:51:37 -06:00
bind.zsh ..._invoke_original_widget: Return 0 when given no arguments 2018-01-16 14:10:29 -06:00
config.zsh Don't fetch suggestions after [up,down]-line-or-beginning-search 2018-03-23 16:08:11 -06:00
features.zsh We only need to run the feature detection if starting async 2017-02-18 11:25:27 -07:00
highlight.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00
setup.zsh First pass at async functionality 2017-01-24 19:45:11 -07:00
start.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00
util.zsh Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" 2017-12-06 08:08:53 -07:00
widgets.zsh Need to reset the POSTDISPLAY if exiting early 2018-05-15 11:44:42 -06:00