mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-10 06:14:12 +00:00
hsmw: More typo-like lackings of % substitution
Issue #12, not directly related, but discovered at time of examining it
This commit is contained in:
parent
ace6f6ee56
commit
ce48a53e36
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ if (( ${+functions[_hsmw_main]} == 0 )); then
|
|||
# '0' will get changed into $to_display limit
|
||||
[[ "$WIDGET" = *-word || "$WIDGET" = *-pforwards ]] && __hsmw_hcw_index="1"
|
||||
[[ "$WIDGET" = *-backwards || "$WIDGET" = *-pbackwards ]] && __hsmw_hcw_index="0"
|
||||
__hsmw_hcw_widget_name="${${${WIDGET%-backwards}-pbackwards}-pforwards}"
|
||||
__hsmw_hcw_widget_name="${${${WIDGET%-backwards}%-pbackwards}%-pforwards}"
|
||||
__hsmw_hcw_found=( )
|
||||
__hsmw_hcw_finished="0"
|
||||
__hsmw_hcw_restart="0"
|
||||
|
|
Loading…
Reference in a new issue