mirror of
https://github.com/neovim/neovim.git
synced 2025-09-10 13:28:19 +00:00
extmark: Change nvim_buf_set_extmark to not create undo data
This commit is contained in:
@@ -1420,7 +1420,7 @@ Integer nvim_buf_set_extmark(Buffer buffer, Integer ns_id,
|
|||||||
}
|
}
|
||||||
|
|
||||||
id = extmark_set(buf, (uint64_t)ns_id, id,
|
id = extmark_set(buf, (uint64_t)ns_id, id,
|
||||||
(int)line, (colnr_T)col, line2, col2, decor, kExtmarkUndo);
|
(int)line, (colnr_T)col, line2, col2, decor, kExtmarkNoUndo);
|
||||||
|
|
||||||
return (Integer)id;
|
return (Integer)id;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user