aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-09-25 02:34:13 -0700
committerGitHub <noreply@github.com>2024-09-25 02:34:13 -0700
commitce7017b850e0f62b3ebe6ea0d7010ba0291624e5 (patch)
treef0fb2185dfbc0dc95eba5a5f4c75bc5d25c7a7bf /src/nvim/api/vim.c
parent6c77e840aee998640e7d4d623f1ec475ced51e39 (diff)
downloadrneovim-ce7017b850e0f62b3ebe6ea0d7010ba0291624e5.tar.gz
rneovim-ce7017b850e0f62b3ebe6ea0d7010ba0291624e5.tar.bz2
rneovim-ce7017b850e0f62b3ebe6ea0d7010ba0291624e5.zip
docs: render @see, @note items in _meta/api.lua #30494
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r--src/nvim/api/vim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c
index d18cfaccd0..8c88a19147 100644
--- a/src/nvim/api/vim.c
+++ b/src/nvim/api/vim.c
@@ -1226,7 +1226,7 @@ void nvim_set_current_tabpage(Tabpage tabpage, Error *err)
///
/// Useful in mappings and scripts to insert multiline text. Example:
///
-/// ```vim
+/// ```lua
/// vim.keymap.set('n', 'x', function()
/// vim.api.nvim_paste([[
/// line1