mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 14:26:07 +00:00
change gravity to be a boolean flag, and add corresponding flag for end position of extmark
This commit is contained in:
@@ -69,7 +69,7 @@ void bufhl_add_hl_pos_offset(buf_T *buf,
|
||||
}
|
||||
(void)extmark_set(buf, (uint64_t)src_id, 0,
|
||||
(int)lnum-1, hl_start, (int)lnum-1+end_off, hl_end,
|
||||
decor, true, kExtmarkNoUndo);
|
||||
decor, true, false, kExtmarkNoUndo);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user