mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-10 06:14:12 +00:00
*-highlight: (k) subscript flag is sufficient, no need for (K)
This commit is contained in:
parent
d79531331f
commit
4cde68a196
1 changed files with 1 additions and 1 deletions
|
@ -635,7 +635,7 @@ __HSMW_HIGHLIGHT_TOKENS_TYPES=(
|
|||
-hsmw-highlight-check-path()
|
||||
{
|
||||
: ${expanded_path:=${(Q)~arg}}
|
||||
[[ -n "${FAST_BLIST_PATTERNS[(K)$expanded_path]}" ]] && return 1
|
||||
[[ -n "${FAST_BLIST_PATTERNS[(k)$expanded_path]}" ]] && return 1
|
||||
|
||||
[[ -z $expanded_path ]] && return 1
|
||||
[[ -e $expanded_path ]] && return 0
|
||||
|
|
Loading…
Reference in a new issue