mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
docs: render @see, @note items in _meta/api.lua #30494
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user