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 0305908adf Revert `fc` usage in calculating suggestion
As far as I know, `fc` makes it impossible to tell whether history items
used an actual newline character or the string "\n". Pulling from the
`$history` array gives a more accurate representation of the actual
command that was run.
9 years ago
..
strategies Revert `fc` usage in calculating suggestion 9 years ago
widgets Add rspec test around accepting suggestions 9 years ago
spec_helper.rb Add TerminalSession helper for managing a tmux session 9 years ago
terminal_session.rb Add TerminalSession helper for managing a tmux session 9 years ago