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/src
Eric Freese 474c577f3c Allow setting max size to empty string (GitHub #422)
Some people have gotten used to setting ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE
to an empty string rather than leaving it unset. This lets them continue
to do that without getting any warnings (e.g. "bad math expression:
operand expected at end of string").
6 years ago
..
strategies Implement completion suggestion strategy (#111) 6 years ago
async.zsh Fix async suggestions when SH_WORD_SPLIT is set 6 years ago
bind.zsh speed up widget rebinding by removing redundant array subscripts 6 years ago
config.zsh Implement completion suggestion strategy (#111) 6 years ago
fetch.zsh Implement completion suggestion strategy (#111) 6 years ago
highlight.zsh Fix conditionals to use [[ and (( rather than [ 8 years ago
start.zsh Implement completion suggestion strategy (#111) 6 years ago
util.zsh Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" 8 years ago
widgets.zsh Allow setting max size to empty string (GitHub #422) 6 years ago