zsh-autosuggestions/src
Stefan Siegel 7f8ff2867c Simplify escaping of pattern and fix match_prev_cmd strategy
Maybe this is also a fix for #247, #248 and #258. Supersedes #267.

Testcase:
Using match_prev_cmd strategy and with these lines in history:
echo '1^'
echo '2^'
echo '1^'

type:
echo       (unexpected suggestion echo '1^' instead of echo '2^')
echo '1^1  (wrong suggestion echo '1^1echo '1^')
echo '1^#  (error "bad math expression")
2017-09-10 04:35:19 +02:00
..
strategies Simplify escaping of pattern and fix match_prev_cmd strategy 2017-09-10 04:35:19 +02:00
async.zsh Handle dashes at the beginning of commands 2017-02-18 16:51:53 -07:00
bind.zsh Fix issues with widgets wrapped by other plugins 2017-03-03 18:43:10 -05:00
config.zsh Add 'emacs-forward-word' 2017-08-18 11:14:21 -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 #133 2016-03-14 21:50:04 -06:00
setup.zsh First pass at async functionality 2017-01-24 19:45:11 -07:00
start.zsh We only need to run the feature detection if starting async 2017-02-18 11:25:27 -07:00
widgets.zsh Enabling suggestions should not fetch a suggestion if buffer is empty 2017-03-05 12:53:13 -05:00