mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
parent
3a3e6742f9
commit
08f2aa5917
@ -2164,6 +2164,15 @@ nvim_buf_set_extmark({buffer}, {ns_id}, {line}, {col}, {opts})
|
||||
mark will only be used for the current redraw
|
||||
cycle, and not be permantently stored in the
|
||||
buffer.
|
||||
• right_gravity : boolean that indicates the
|
||||
direction the extmark will be shifted in when
|
||||
new text is inserted (true for right, false
|
||||
for left). defaults to true.
|
||||
• end_right_gravity : boolean that indicates the
|
||||
direction the extmark end position (if it
|
||||
exists) will be shifted in when new text is
|
||||
inserted (true for right, false for left).
|
||||
Defaults to false.
|
||||
|
||||
Return: ~
|
||||
Id of the created/updated extmark
|
||||
|
Loading…
Reference in New Issue
Block a user