This commit is contained in:
Arnaud Venturi 2018-05-31 18:32:58 +02:00
parent 841fbc18af
commit 5541533512
2 changed files with 0 additions and 2 deletions

View File

@ -129,7 +129,6 @@ _zsh_autosuggest_accept() {
# accepting partially with "end-of-line" widget # accepting partially with "end-of-line" widget
# NB : we can't directly call end-of-line because since we wrap it, # NB : we can't directly call end-of-line because since we wrap it,
# it would cause a recursive call to 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" _zsh_autosuggest_partial_accept "autosuggest-orig-1-end-of-line"
fi fi

View File

@ -410,7 +410,6 @@ _zsh_autosuggest_accept() {
# accepting partially with "end-of-line" widget # accepting partially with "end-of-line" widget
# NB : we can't directly call end-of-line because since we wrap it, # NB : we can't directly call end-of-line because since we wrap it,
# it would cause a recursive call to 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" _zsh_autosuggest_partial_accept "autosuggest-orig-1-end-of-line"
fi fi