mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
'main': Fix bug: no start_pos=$end_pos in comment short path
This commit is contained in:
parent
a053768627
commit
5625e30b87
1 changed files with 1 additions and 0 deletions
|
|
@ -373,6 +373,7 @@ _zsh_highlight_highlighter_main_paint()
|
||||||
fi
|
fi
|
||||||
_zsh_highlight_main_add_region_highlight $start_pos $end_pos $style
|
_zsh_highlight_main_add_region_highlight $start_pos $end_pos $style
|
||||||
already_added=1
|
already_added=1
|
||||||
|
start_pos=$end_pos
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue