aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFolke Lemaitre <folke.lemaitre@gmail.com>2022-12-14 10:46:54 +0100
committerFolke Lemaitre <folke.lemaitre@gmail.com>2022-12-17 13:05:31 +0100
commitef91146efcece1b6d97152251e7137d301146189 (patch)
tree6897f68a62dca4b8611a1acc90037e56d01babc4 /src
parent04da0432446fac57e391c31bd4de0a9c06b1626d (diff)
downloadrneovim-ef91146efcece1b6d97152251e7137d301146189.tar.gz
rneovim-ef91146efcece1b6d97152251e7137d301146189.tar.bz2
rneovim-ef91146efcece1b6d97152251e7137d301146189.zip
feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`
Diffstat (limited to 'src')
-rw-r--r--src/nvim/api/extmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/extmark.c b/src/nvim/api/extmark.c
index bdc0900dd9..f7c6b398d5 100644
--- a/src/nvim/api/extmark.c
+++ b/src/nvim/api/extmark.c
@@ -40,7 +40,7 @@ void api_extmark_free_all_mem(void)
map_destroy(String, handle_T)(&namespace_ids);
}
-/// Creates a new \*namespace\* or gets an existing one.
+/// Creates a new namespace or gets an existing one. \*namespace\*
///
/// Namespaces are used for buffer highlights and virtual text, see
/// |nvim_buf_add_highlight()| and |nvim_buf_set_extmark()|.