You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zsh-autosuggestions/spec
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.
7 years ago
..
integrations Need to reset the POSTDISPLAY if exiting early 7 years ago
options Make asynchronous suggestions disabled by default 8 years ago
strategies Add test for special characters with match_prev_cmd strategy 8 years ago
widgets Enabling suggestions should not fetch a suggestion if buffer is empty 8 years ago
multi_line_spec.rb Lots of async changes 8 years ago
spec_helper.rb Lots of async changes 8 years ago
terminal_session.rb Add method to connect terminal to tmux session during tests 7 years ago