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 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
7 years ago
..
strategies Only capture completions at the end of the buffer. 7 years ago
async.zsh Do not rely on implicit NULLCMD=cat 7 years ago
bind.zsh Support widgets starting with dashes (ex: `-a-widget`) 7 years ago
config.zsh Support fallback strategies by setting array in config 7 years ago
fetch.zsh Do not leak global variables REPLY and strategy 7 years ago
highlight.zsh Fix conditionals to use [[ and (( rather than [ 8 years ago
start.zsh zpty module is only needed for `completion` strategy 7 years ago
util.zsh Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" 8 years ago
widgets.zsh Merge branch 'develop' into features/completion-suggestions 7 years ago