diff options
author | Thomas Vigouroux <tomvig38@gmail.com> | 2021-07-27 11:28:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 11:28:04 +0200 |
commit | c642f3ac27aa842e374334d11291fd5129ab6887 (patch) | |
tree | d1616612a8c9cf77f96d0fc7cba97d9cab70bf3d /runtime/doc/api.txt | |
parent | c818d8df349fff514eef8a529afe63e8102ca281 (diff) | |
parent | 86baf582b8c74c8210aa8eccffa599c406e4568e (diff) | |
download | rneovim-c642f3ac27aa842e374334d11291fd5129ab6887.tar.gz rneovim-c642f3ac27aa842e374334d11291fd5129ab6887.tar.bz2 rneovim-c642f3ac27aa842e374334d11291fd5129ab6887.zip |
Merge pull request #15142 from neovim/marvim/api-doc-update/master
docs: regenerate
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r-- | runtime/doc/api.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 9b8259c2fb..4dcf5b7bbc 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -2334,9 +2334,8 @@ nvim_buf_set_extmark({buffer}, {ns_id}, {line}, {col}, {opts}) inserted (true for right, false for left). Defaults to false. • priority: a priority value for the highlight - group. Default: 4096. For example, treesitter - highlighting uses a default value of 100 (see - |lua-treesitter-highlight-priority|). + group. For example treesitter highlighting + uses a value of 100. Return: ~ Id of the created/updated extmark |