From 7e2d79bb017d923c1b19d38d0c98a7db097bfc13 Mon Sep 17 00:00:00 2001 From: Sebastian Gniazdowski Date: Sat, 4 Aug 2018 16:20:41 +0200 Subject: [PATCH] hsmw: A somewhat typo, missing % substitution Issue #12, not directly related, but discovered at time of examining it --- history-search-multi-word | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history-search-multi-word b/history-search-multi-word index 4855d95..580fb43 100644 --- a/history-search-multi-word +++ b/history-search-multi-word @@ -259,7 +259,7 @@ if [[ "$__hsmw_hcw_call_count" -eq "1" ]]; then # Make the hsmw keymap a copy of the current main bindkey -N hsmw emacs - local down_widget="${${${WIDGET%-backwards}%-pbackwards}-pforwards}" + local down_widget="${${${WIDGET%-backwards}%-pbackwards}%-pforwards}" local up_widget="${down_widget}-backwards" local pdown_widget="${down_widget}-pforwards" local pup_widget="${down_widget}-pbackwards"