mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-24 20:33:04 +00:00
hsmw: autoload is-at-least
This commit is contained in:
parent
8b6c59a086
commit
8b79ecd6fc
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ setopt typesetsilent extendedglob noshortloops
|
|||
zmodload zsh/terminfo 2>/dev/null
|
||||
zmodload zsh/termcap 2>/dev/null
|
||||
|
||||
autoload is-at-least
|
||||
|
||||
typeset -g __hsmw_hcw_index
|
||||
typeset -g __hsmw_hcw_widget_name __hsmw_hcw_restart __hsmw_hcw_call_count
|
||||
typeset -g __hsmw_page_size __hsmw_hl_color __hsmw_synhl
|
||||
|
|
Loading…
Reference in a new issue