Extmark Functions undo_restore : Restore the exact position of the mark if
+ text around the mark was deleted and then restored by
+ undo. Defaults to true.
+
invalidate : boolean that indicates whether to hide the
+ extmark if the entirety of its range is deleted. If
+ "undo_restore" is false, the extmark is deleted instead.
priority: a priority value for the highlight group or sign
attribute. For example treesitter highlighting uses a
value of 100.
@@ -3921,7 +3927,7 @@
Extmark Functionsnvim_buf_set_extmark() can be called to add marks on a per-window or
per-lines basis. Use the ephemeral key to only use the mark for the
current screen redraw (the callback will be called again for the next
- redraw ).
+ redraw).
@@ -5177,7 +5183,7 @@
UI Functions
- Generated at 2023-11-08 05:23 from 3d8f0cb
+ Generated at 2023-11-09 05:29 from 43b0e27