mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-22 03:13:09 +00:00
*highlight: Unneded "already_added=1"
This commit is contained in:
parent
fddf05f911
commit
b6704cca92
1 changed files with 0 additions and 1 deletions
|
@ -496,7 +496,6 @@ __HSMW_HIGHLIGHT_TOKENS_TYPES=(
|
||||||
if [[ $arg[-2,-1] == '))' ]]; then
|
if [[ $arg[-2,-1] == '))' ]]; then
|
||||||
# ADD
|
# ADD
|
||||||
reply+=("$(( end_pos - 2 )) $end_pos ${HSMW_HIGHLIGHT_STYLES[$style]}")
|
reply+=("$(( end_pos - 2 )) $end_pos ${HSMW_HIGHLIGHT_STYLES[$style]}")
|
||||||
already_added=1
|
|
||||||
fi
|
fi
|
||||||
elif [[ $arg == '()' ]]; then
|
elif [[ $arg == '()' ]]; then
|
||||||
# anonymous function
|
# anonymous function
|
||||||
|
|
Loading…
Reference in a new issue