From 5541533512945c95909f9667058819da34d950cf Mon Sep 17 00:00:00 2001 From: Arnaud Venturi Date: Thu, 31 May 2018 18:32:58 +0200 Subject: [PATCH] Cleanup --- src/widgets.zsh | 1 - zsh-autosuggestions.zsh | 1 - 2 files changed, 2 deletions(-) diff --git a/src/widgets.zsh b/src/widgets.zsh index 607685c..9e61482 100644 --- a/src/widgets.zsh +++ b/src/widgets.zsh @@ -129,7 +129,6 @@ _zsh_autosuggest_accept() { # 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" fi diff --git a/zsh-autosuggestions.zsh b/zsh-autosuggestions.zsh index e101da0..9c38d50 100644 --- a/zsh-autosuggestions.zsh +++ b/zsh-autosuggestions.zsh @@ -410,7 +410,6 @@ _zsh_autosuggest_accept() { # 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" fi