Files
neovim/runtime/lua
phanium f577bb024e docs: getreg() type #34215
```lua
---@type string
local _a = vim.fn.getreg('a', 1)

---@type string[]
local _b = vim.fn.getreg('a', 1, 1)
```
2025-06-04 09:26:56 -07:00
..
2025-05-17 10:59:14 +02:00
2025-06-04 09:26:56 -07:00
2025-02-09 18:10:54 +01:00