global variables: fix array declarations
This commit is contained in:
parent
f7c8d3157b
commit
fd331b8345
1 changed files with 2 additions and 2 deletions
|
|
@ -51,9 +51,9 @@ typeset -g _history_substring_search_refresh_display
|
|||
typeset -g _history_substring_search_query_highlight
|
||||
typeset -g _history_substring_search_result
|
||||
typeset -g _history_substring_search_query
|
||||
typeset -g _history_substring_search_raw_matches
|
||||
typeset -g -A _history_substring_search_raw_matches
|
||||
typeset -g _history_substring_search_raw_match_index
|
||||
typeset -g _history_substring_search_matches
|
||||
typeset -g -A _history_substring_search_matches
|
||||
typeset -g -A _history_substring_search_unique_filter
|
||||
typeset -g _history_substring_search_match_index
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue