Files
neovim/runtime/lua/vim
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-06-04 09:26:56 -07:00
2025-06-03 20:25:07 +01:00
2024-03-06 10:45:22 +00:00
2024-01-16 09:33:10 +00:00
2025-04-27 13:40:46 -07:00
2025-03-15 15:00:44 +01:00
2025-06-01 14:13:50 -07:00
2025-02-26 23:06:22 +01:00