mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-16 04:00:39 +01:00
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user