summaryrefslogtreecommitdiff
path: root/plugins/zsh-navigation-tools/znt-history-widget
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/zsh-navigation-tools/znt-history-widget')
-rw-r--r--plugins/zsh-navigation-tools/znt-history-widget8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/zsh-navigation-tools/znt-history-widget b/plugins/zsh-navigation-tools/znt-history-widget
index a4a26cbfc..479c2211b 100644
--- a/plugins/zsh-navigation-tools/znt-history-widget
+++ b/plugins/zsh-navigation-tools/znt-history-widget
@@ -4,6 +4,14 @@ local NLIST_START_IN_UNIQ_MODE=1
# Only if current $BUFFER doesn't come from history
if [ "$HISTCMD" = "$HISTNO" ]; then
+ () {
+ setopt localoptions extendedglob
+ local -a match mbegin mend
+ local MATCH; integer MBEGIN MEND
+
+ [ -n "$BUFFER" ] && BUFFER="${BUFFER%% ##} "
+ }
+
local NLIST_SET_SEARCH_TO="$BUFFER"
fi