mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.2068: transparent syntax item uses start/end of containing region
Problem: Transparent syntax item uses start/end of containing region. Solution: Do not change the startpos and endpos of a transparent region to that of its containing region. (Adrian Ghizaru, closes #7349, closes #7391)
This commit is contained in:
@@ -2606,8 +2606,6 @@ update_si_attr(int idx)
|
||||
{
|
||||
sip->si_attr = CUR_STATE(idx - 1).si_attr;
|
||||
sip->si_trans_id = CUR_STATE(idx - 1).si_trans_id;
|
||||
sip->si_h_startpos = CUR_STATE(idx - 1).si_h_startpos;
|
||||
sip->si_h_endpos = CUR_STATE(idx - 1).si_h_endpos;
|
||||
if (sip->si_cont_list == NULL)
|
||||
{
|
||||
sip->si_flags |= HL_TRANS_CONT;
|
||||
|
Reference in New Issue
Block a user