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 0f0f221180 cleanup: Split on null bytes instead of pattern matching
Follow-up to technique tried in commit d94475c after I learned about the
`@` flag to keep empty strings in the array.
6 years ago
..
strategies cleanup: Split on null bytes instead of pattern matching 6 years ago
async.zsh Degrade gracefully on systems missing zsh/system module 6 years ago
bind.zsh Remove hard-coded ignore of zle-* widgets and add to default config 6 years ago
config.zsh Remove hard-coded ignore of zle-* widgets and add to default config 6 years ago
fetch.zsh Implement completion suggestion strategy (#111) 7 years ago
highlight.zsh Fix conditionals to use [[ and (( rather than [ 8 years ago
start.zsh Implement completion suggestion strategy (#111) 7 years ago
util.zsh Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" 8 years ago
widgets.zsh Fix moving cursor to end of buffer when suggestion accepted 6 years ago