Explicitly disable word splitting when not fuzzy
This prevents shell configuration from breaking fuzzy search configuration
This commit is contained in:
parent
47a7d416c6
commit
36505c46c7
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ _history-substring-search-begin() {
|
|||
#
|
||||
_history_substring_search_query_parts=(${=_history_substring_search_query})
|
||||
else
|
||||
_history_substring_search_query_parts=(${_history_substring_search_query})
|
||||
_history_substring_search_query_parts=(${==_history_substring_search_query})
|
||||
fi
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue