Skip to content

Commit f48193b

Browse files
committed
Declare HISTORY_SUBSTRING_SEARCH_ANCHORED global
1 parent 3f8e85f commit f48193b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zsh-history-substring-search.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ typeset -g HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=white,bold'
4848
typeset -g HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS='i'
4949
typeset -g HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=''
5050
typeset -g HISTORY_SUBSTRING_SEARCH_FUZZY=''
51+
typeset -g HISTORY_SUBSTRING_SEARCH_ANCHORED=''
5152

5253
#-----------------------------------------------------------------------------
5354
# declare internal global variables

0 commit comments

Comments
 (0)