Skip to content

Commit

Permalink
Declare HISTORY_SUBSTRING_SEARCH_ANCHORED global
Browse files Browse the repository at this point in the history
  • Loading branch information
partcyborg committed Jul 3, 2020
1 parent 3f8e85f commit f48193b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh-history-substring-search.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ typeset -g HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_NOT_FOUND='bg=red,fg=white,bold'
typeset -g HISTORY_SUBSTRING_SEARCH_GLOBBING_FLAGS='i'
typeset -g HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=''
typeset -g HISTORY_SUBSTRING_SEARCH_FUZZY=''
typeset -g HISTORY_SUBSTRING_SEARCH_ANCHORED=''

#-----------------------------------------------------------------------------
# declare internal global variables
Expand Down

0 comments on commit f48193b

Please sign in to comment.