diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2021-09-10 19:10:09 -0700 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2021-09-10 19:10:09 -0700 |
commit | 915703f2d87fb591adb247b8a1664380c5e9c951 (patch) | |
tree | cce1ba9553293ee87db28b2f9fa9e4c540a6a918 /src/nvim/api/vim.c | |
parent | f8e406ed304dc4e71ab3db71a27cd10d12817ee5 (diff) | |
download | rneovim-915703f2d87fb591adb247b8a1664380c5e9c951.tar.gz rneovim-915703f2d87fb591adb247b8a1664380c5e9c951.tar.bz2 rneovim-915703f2d87fb591adb247b8a1664380c5e9c951.zip |
docs: extmarks indexing #15311
ref #11456
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r-- | src/nvim/api/vim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c index 8f848aba32..f65d5cc185 100644 --- a/src/nvim/api/vim.c +++ b/src/nvim/api/vim.c @@ -1551,7 +1551,7 @@ void nvim_set_current_tabpage(Tabpage tabpage, Error *err) } } -/// Creates a new namespace, or gets an existing one. +/// Creates a new *namespace*, or gets an existing one. /// /// Namespaces are used for buffer highlights and virtual text, see /// |nvim_buf_add_highlight()| and |nvim_buf_set_extmark()|. |