zsh-autosuggestions/src
Eric Freese 78e4379711 Fix moving cursor to end of buffer when suggestion accepted
$max_cursor_pos in this case was not the correct value to use. It was
calculated based on the old length of the $BUFFER. After the suggestion
is accepted, we need to recalculate the new max cursor length and use it
to set the $CURSOR.

Fixes issue #452. Follow-up to issue #302 (PR #450).
2019-06-23 12:37:08 -06:00
..
strategies Prefix custom _complete implementation with "function" keyword 2019-06-17 22:04:31 -06:00
async.zsh Degrade gracefully on systems missing zsh/system module 2019-06-19 13:41:43 -06:00
bind.zsh Remove hard-coded ignore of zle-* widgets and add to default config 2019-06-14 16:38:28 -06:00
config.zsh Remove hard-coded ignore of zle-* widgets and add to default config 2019-06-14 16:38:28 -06:00
fetch.zsh Implement completion suggestion strategy (#111) 2019-04-11 09:53:55 -06:00
highlight.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00
start.zsh Implement completion suggestion strategy (#111) 2019-04-11 09:53:55 -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 Fix moving cursor to end of buffer when suggestion accepted 2019-06-23 12:37:08 -06:00