diff options
author | Michael Lingelbach <m.j.lbach@gmail.com> | 2021-04-07 09:14:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 09:14:49 -0700 |
commit | 48e80572855042ceb1d9191bc11f8b60275426eb (patch) | |
tree | 820830e92169f359b63d14a4fa8aca00fe6843d7 /src/nvim/api/buffer.c | |
parent | cd75d3289aa7ae4176b9cee9aceafb4b9abdba5e (diff) | |
parent | d7a1bbd81aac00097558c8edfc040405fb2ca795 (diff) | |
download | rneovim-48e80572855042ceb1d9191bc11f8b60275426eb.tar.gz rneovim-48e80572855042ceb1d9191bc11f8b60275426eb.tar.bz2 rneovim-48e80572855042ceb1d9191bc11f8b60275426eb.zip |
Merge pull request #14302 from vigoux/fix-8449
Update docs
Diffstat (limited to 'src/nvim/api/buffer.c')
-rw-r--r-- | src/nvim/api/buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/api/buffer.c b/src/nvim/api/buffer.c index 6142db049d..c55dc39605 100644 --- a/src/nvim/api/buffer.c +++ b/src/nvim/api/buffer.c @@ -1449,6 +1449,8 @@ Array nvim_buf_get_extmarks(Buffer buffer, Integer ns_id, /// 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. +/// - priority: a priority value for the highlight group. For +/// example treesitter highlighting uses a value of 100. /// @param[out] err Error details, if any /// @return Id of the created/updated extmark Integer nvim_buf_set_extmark(Buffer buffer, Integer ns_id, |