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/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.
8 years ago
..
bracketed_paste_magic_spec.rb Remove flaky test that doesn't really matter that much 8 years ago
client_zpty_spec.rb Test should be passing block to RSpec wait_for 9 years ago
rebound_bracket_spec.rb Fix conditionals to use [[ and (( rather than [ 8 years ago
wrapped_widget_spec.rb Fix issues with widgets wrapped by other plugins 9 years ago
zle_input_stack_spec.rb Put in a general fix for #219 - Handling input from `zle -U` 9 years ago