We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a7d41 commit 36505c4Copy full SHA for 36505c4
zsh-history-substring-search.zsh
@@ -239,7 +239,7 @@ _history-substring-search-begin() {
239
#
240
_history_substring_search_query_parts=(${=_history_substring_search_query})
241
else
242
- _history_substring_search_query_parts=(${_history_substring_search_query})
+ _history_substring_search_query_parts=(${==_history_substring_search_query})
243
fi
244
245
0 commit comments