Merge pull request #451 from zsh-users/develop

v0.6.2
This commit is contained in:
Eric Freese 2019-06-22 16:57:19 -06:00 committed by GitHub
commit c80605595c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 6 deletions

View file

@ -136,7 +136,7 @@ _zsh_autosuggest_accept() {
unset POSTDISPLAY
# Move the cursor to the end of the buffer
CURSOR=${#BUFFER}
CURSOR=${max_cursor_pos}
fi
_zsh_autosuggest_invoke_original_widget $@