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 3136700ccf Don't fetch suggestions after [up,down]-line-or-beginning-search
These widgets rely on `$LASTWIDGET` being set to restore the cursor
position. When asynchronous suggestions are enabled, and the widget
triggers a suggestion to be fetched, `autosuggest-suggest` will be
called and $LASTWIDGET will be set to it.
8 years ago
..
strategies Fix #247 and #248 without using `(b)` flag 8 years ago
async.zsh Fix conditionals to use [[ and (( rather than [ 8 years ago
bind.zsh ..._invoke_original_widget: Return 0 when given no arguments 8 years ago
config.zsh Don't fetch suggestions after [up,down]-line-or-beginning-search 8 years ago
features.zsh We only need to run the feature detection if starting async 9 years ago
highlight.zsh Fix conditionals to use [[ and (( rather than [ 8 years ago
setup.zsh First pass at async functionality 9 years ago
start.zsh Fix conditionals to use [[ and (( rather than [ 8 years ago
util.zsh Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" 8 years ago
widgets.zsh Fix conditionals to use [[ and (( rather than [ 8 years ago