Files
neovim/runtime/doc
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-01 14:13:50 -07:00
2025-05-03 10:08:53 -07:00
2025-04-27 15:44:11 -07:00
2025-05-03 10:08:53 -07:00
2025-05-03 10:08:53 -07:00
2025-06-01 14:13:50 -07:00
2025-05-17 10:59:14 +02:00
2025-05-03 10:08:53 -07:00
2025-06-01 14:13:50 -07:00
2025-05-03 15:47:59 -07:00
2025-04-27 13:40:46 -07:00
2025-05-03 15:47:59 -07:00
2025-04-27 15:44:11 -07:00
2025-05-03 15:47:59 -07:00
2025-06-04 09:26:56 -07:00