allow for extmark gravity to be set through api

This commit is contained in:
chentau
2021-01-03 13:59:24 -08:00
parent 7718826edf
commit 10b278bdae
4 changed files with 58 additions and 7 deletions

View File

@@ -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, kExtmarkNoUndo);
decor, true, kExtmarkNoUndo);
}
}