mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-12-08 15:32:31 +01:00
Comments
This commit is contained in:
parent
a63b4efabc
commit
d7102f3de1
3 changed files with 5 additions and 1 deletions
|
|
@ -381,6 +381,8 @@ _zsh_autosuggest_suggest() {
|
|||
_zsh_autosuggest_accept() {
|
||||
# Accepting the whole line is basically a specific case of
|
||||
# accepting partially with "end-of-line" widget
|
||||
# NB : we can't directly call end-of-line because since we wrap it,
|
||||
# it would cause a recursive call to it
|
||||
# TODO : find a non-hardcoded way to call this widget
|
||||
_zsh_autosuggest_partial_accept "autosuggest-orig-1-end-of-line"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue