diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-09-25 02:34:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-25 02:34:13 -0700 |
commit | ce7017b850e0f62b3ebe6ea0d7010ba0291624e5 (patch) | |
tree | f0fb2185dfbc0dc95eba5a5f4c75bc5d25c7a7bf /src/nvim/api/vim.c | |
parent | 6c77e840aee998640e7d4d623f1ec475ced51e39 (diff) | |
download | rneovim-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.c | 2 |
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 |