zsh-autosuggestions/spec/integrations
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
..
async_line_or_beginning_spec.rb Don't fetch suggestions after [up,down]-line-or-beginning-search 2018-03-23 16:08:11 -06:00
bracketed_paste_magic_spec.rb Remove flaky test that doesn't really matter that much 2017-09-26 08:23:00 -06:00
client_zpty_spec.rb Test should be passing block to RSpec wait_for 2017-02-26 14:18:22 -07:00
rebound_bracket_spec.rb Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00
vi_mode_spec.rb Need to reset the POSTDISPLAY if exiting early 2018-05-15 11:44:42 -06:00
wrapped_widget_spec.rb Fix issues with widgets wrapped by other plugins 2017-03-03 18:43:10 -05:00
zle_input_stack_spec.rb Put in a general fix for #219 - Handling input from zle -U 2017-03-03 18:43:17 -05:00