zsh-autosuggestions/spec/integrations
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
..
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
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