mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-24 20:33:04 +00:00
*highlight: Compress this_word = next_word code
This commit is contained in:
parent
5febb0340f
commit
11ccea242b
1 changed files with 2 additions and 6 deletions
|
@ -601,12 +601,8 @@ __HSMW_HIGHLIGHT_TOKENS_TYPES=(
|
|||
(( this_word = BIT_start | BIT_regular ))
|
||||
fi
|
||||
start_pos=$end_pos
|
||||
if (( in_redirection == 0 )); then
|
||||
# This is the default/common codepath.
|
||||
(( this_word = next_word ))
|
||||
#else
|
||||
# Stall $this_word.
|
||||
fi
|
||||
# This is the default/common codepath.
|
||||
(( in_redirection == 0 )) && (( this_word = next_word )) #else # Stall $this_word.
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue