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.
2017-11-27 08:31:41 -07:00
..
integrations Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07: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 Enabling suggestions should not fetch a suggestion if buffer is empty 2017-03-05 12:53:13 -05:00