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.
2018-03-23 16:08:11 -06:00
..
strategies Fix #247 and #248 without using (b) flag 2017-12-06 08:09:14 -07:00
async.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00
bind.zsh ..._invoke_original_widget: Return 0 when given no arguments 2018-01-16 14:10:29 -06:00
config.zsh Don't fetch suggestions after [up,down]-line-or-beginning-search 2018-03-23 16:08:11 -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
util.zsh Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" 2017-12-06 08:08:53 -07:00
widgets.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00