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.
2 parents 79d3619 + 8d4a409 commit 2c36e4dCopy full SHA for 2c36e4d
zsh-history-substring-search.zsh
@@ -321,6 +321,7 @@ _history-substring-search-end() {
321
# highlight first matching query parts
322
local highlight_start_index=0
323
local highlight_end_index=0
324
+ local query_part
325
for query_part in $_history_substring_search_query_parts; do
326
local escaped_query_part=${query_part//(#m)[\][()|\\*?#<>~^]/\\$MATCH}
327
# (i) get index of pattern
0 commit comments