docs: extmarks indexing #15311

ref #11456
This commit is contained in:
Justin M. Keyes
2021-09-10 19:10:09 -07:00
parent f8e406ed30
commit 915703f2d8
2 changed files with 35 additions and 46 deletions

View File

@@ -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()|.