zsh-autosuggestions/spec
Repository files (latest commit first)
Filename Latest commit message Latest commit date
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
..
integrations Need to reset the POSTDISPLAY if exiting early 2018-05-15 11:44:42 -06:00
options Make asynchronous suggestions disabled by default 2017-04-14 08:48:54 -06:00
strategies Add test for special characters with match_prev_cmd strategy 2017-08-18 11:18:07 -06:00
widgets Enabling suggestions should not fetch a suggestion if buffer is empty 2017-03-05 12:53:13 -05:00
multi_line_spec.rb Lots of async changes 2017-02-16 19:19:30 -07:00
spec_helper.rb Lots of async changes 2017-02-16 19:19:30 -07:00
terminal_session.rb Add method to connect terminal to tmux session during tests 2018-05-15 11:44:18 -06:00