mirror of
https://github.com/neovim/neovim.git
synced 2026-05-02 03:55:00 +00:00
docs: replace <pre> with ``` (#25136)
This commit is contained in:
@@ -5,9 +5,11 @@
|
||||
--- Invokes |vim-function| or |user-function| {func} with arguments {...}.
|
||||
--- See also |vim.fn|.
|
||||
--- Equivalent to:
|
||||
--- <pre>lua
|
||||
--- vim.fn[func]({...})
|
||||
--- </pre>
|
||||
---
|
||||
--- ```lua
|
||||
--- vim.fn[func]({...})
|
||||
--- ```
|
||||
---
|
||||
--- @param func fun()
|
||||
--- @param ... any
|
||||
function vim.call(func, ...) end
|
||||
|
||||
Reference in New Issue
Block a user