zsh-autosuggestions/src
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
..
strategies Use typeset -g to avoid warnnestedvar warnings 2017-09-27 13:24:06 -06:00
async.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00
bind.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00
config.zsh Add 'emacs-forward-word' 2017-08-18 11:14:21 -06:00
features.zsh We only need to run the feature detection if starting async 2017-02-18 11:25:27 -07:00
highlight.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00
setup.zsh First pass at async functionality 2017-01-24 19:45:11 -07:00
start.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00
widgets.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00