chore: Fix some typos

This commit is contained in:
Alexander Cyon 2024-09-01 19:12:09 +02:00
commit a7db067c2c
No known key found for this signature in database
13 changed files with 16 additions and 16 deletions

View file

@ -295,8 +295,8 @@ _history-substring-search-begin() {
fi
#
# Escape and join query parts with wildcard character '*' as seperator
# `(j:CHAR:)` join array to string with CHAR as seperator
# Escape and join query parts with wildcard character '*' as separator
# `(j:CHAR:)` join array to string with CHAR as separator
#
local search_pattern="${(j:*:)_history_substring_search_query_parts[@]//(#m)[\][()|\\*?#<>~^]/\\$MATCH}*"