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 . Follow-up to issue  (PR ).
..
strategies Prefix custom `_complete` implementation with "function" keyword
async.zsh Degrade gracefully on systems missing zsh/system module
bind.zsh Remove hard-coded ignore of zle-* widgets and add to default config
config.zsh Remove hard-coded ignore of zle-* widgets and add to default config
fetch.zsh Implement completion suggestion strategy ()
highlight.zsh
start.zsh Implement completion suggestion strategy ()
util.zsh
widgets.zsh Fix moving cursor to end of buffer when suggestion accepted