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
Kaleb Elwert 940e10a691 Fix conditionals to use [[ and (( rather than [
This fixes a small issue in src/widgets.zsh which makes it so if you
alias [ to g[ (as is done in prezto if the gnu-utility module is loaded)
autosuggestions would fail.

The documentation for GNU test mentions that -o and -a should be avoided
if possible because it's not very clear. Also, with zsh and [[ -o
actually tests if an option is set, which makes this option even more
confusing.
8 years ago
..
integrations Fix conditionals to use [[ and (( rather than [ 8 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 9 years ago
multi_line_spec.rb Lots of async changes 9 years ago
spec_helper.rb Lots of async changes 9 years ago
terminal_session.rb Enabling suggestions should not fetch a suggestion if buffer is empty 9 years ago