zsh-autosuggestions/src
Eric Freese 2743a2e84c 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 09:31:48 -06:00
..
strategies Only capture completions at the end of the buffer. 2018-07-02 09:31:48 -06:00
async.zsh Attempt to kill async worker process when new request comes in 2018-06-12 23:45:29 -06:00
bind.zsh Support widgets starting with dashes (ex: -a-widget) 2018-06-10 22:39:58 -06:00
config.zsh Support fallback strategies by setting array in config 2018-06-06 22:03:56 -06:00
fetch.zsh Do not leak global variables REPLY and strategy 2018-06-18 16:39:48 -06:00
highlight.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00
start.zsh zpty module is only needed for completion strategy 2018-06-30 15:09:24 -06:00
util.zsh Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" 2017-12-06 08:08:53 -07:00
widgets.zsh Merge branch 'develop' into features/completion-suggestions 2018-06-11 02:34:24 -06:00