Skip to content

Commit 36505c4

Browse files
committed
Explicitly disable word splitting when not fuzzy
This prevents shell configuration from breaking fuzzy search configuration
1 parent 47a7d41 commit 36505c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zsh-history-substring-search.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ _history-substring-search-begin() {
239239
#
240240
_history_substring_search_query_parts=(${=_history_substring_search_query})
241241
else
242-
_history_substring_search_query_parts=(${_history_substring_search_query})
242+
_history_substring_search_query_parts=(${==_history_substring_search_query})
243243
fi
244244

245245
#

0 commit comments

Comments
 (0)