mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2025-02-16 11:08:23 +00:00
*highlight: Fix bug: no start_pos=$end_pos in comment short path
This commit is contained in:
parent
2955679446
commit
b4f69992ce
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ __HSMW_HIGHLIGHT_TOKENS_TYPES=(
|
|||
fi
|
||||
# ADD
|
||||
reply+=("$start_pos $end_pos ${HSMW_HIGHLIGHT_STYLES[$style]}")
|
||||
start_pos=$end_pos
|
||||
continue
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue