From 2093b12b82cfe0d982c092141fd77695c98b59f3 Mon Sep 17 00:00:00 2001 From: Gregory Anders Date: Tue, 3 Aug 2021 11:38:41 -0600 Subject: refactor: remove remaining references to nvim_buf_set_virtual_text --- src/nvim/api/vim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c index bbcfe173c5..58ee53a408 100644 --- a/src/nvim/api/vim.c +++ b/src/nvim/api/vim.c @@ -1557,7 +1557,7 @@ void nvim_set_current_tabpage(Tabpage tabpage, Error *err) /// 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_virtual_text()|. +/// |nvim_buf_add_highlight()| and |nvim_buf_set_extmark()|. /// /// Namespaces can be named or anonymous. If `name` matches an existing /// namespace, the associated id is returned. If `name` is an empty string -- cgit