Commit Graph

6 Commits (527fd17ffc9ec0343e6d7718ff1ff245c703756f)

Author SHA1 Message Date
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
Eric Freese 256293cbb6 Use typeset -g to avoid warnnestedvar warnings
Fixes github issue #271
8 years ago
Eric Freese dc822c54f8 Fix #133 9 years ago
Eric Freese 0242c7eff1 Fix highlighting when sh_word_split option is enabled 9 years ago
Eric Freese ebcfc46b72 Comment formatting 9 years ago
Eric Freese 775dd20706 Rewrite 9 years ago