mirror of
https://github.com/neovim/neovim.git
synced 2026-02-04 11:04:30 +00:00
refactor(lua): use tuple syntax everywhere #29111
This commit is contained in:
2
runtime/lua/vim/_meta/vimfn.lua
generated
2
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -9796,7 +9796,7 @@ function vim.fn.synIDtrans(synID) end
|
||||
---
|
||||
--- @param lnum integer
|
||||
--- @param col integer
|
||||
--- @return {[1]: integer, [2]: string, [3]: integer}
|
||||
--- @return [integer, string, integer]
|
||||
function vim.fn.synconcealed(lnum, col) end
|
||||
|
||||
--- Return a |List|, which is the stack of syntax items at the
|
||||
|
||||
Reference in New Issue
Block a user