mirror of
https://github.com/neovim/neovim.git
synced 2026-04-05 07:09:23 +00:00
docs: fix type of setreg() argument {options} (#27631)
This commit is contained in:
committed by
GitHub
parent
1a7c38caec
commit
7ad2e3c645
2
runtime/lua/vim/_meta/vimfn.lua
generated
2
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -8172,7 +8172,7 @@ function vim.fn.setqflist(list, action, what) end
|
||||
---
|
||||
--- @param regname string
|
||||
--- @param value any
|
||||
--- @param options? table
|
||||
--- @param options? string
|
||||
--- @return any
|
||||
function vim.fn.setreg(regname, value, options) end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user