zsh-autosuggestions/src/strategies
Eric Freese f1c3b98774 Only capture completions at the end of the buffer.
To prevent the suggestion from not starting with the buffer string.

Example:

`ls / /[cursor left][cursor left]b`

Before the patch, suggests `ls /b /ls /bin/ /`

After the patch, suggests `ls /b /bin/`.

https://github.com/zsh-users/zsh-autosuggestions/issues/343#issuecomment-401675712
2018-07-02 12:25:20 -06:00
..
completion.zsh Only capture completions at the end of the buffer. 2018-07-02 12:25:20 -06:00
history.zsh Default strategy now tries history first and falls back to completion 2018-05-26 15:35:29 -06:00
match_prev_cmd.zsh Fix #247 and #248 without using (b) flag 2017-12-06 08:09:14 -07:00