mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
vim-patch:9.1.0444: Not enough tests for getregion() with multibyte chars (#29000)
Problem: Not enough tests for getregion() with multibyte chars.
Solution: Add a few more tests (zeertzjq).
closes: vim/vim#14844
dff55a3358
This commit is contained in:
3
runtime/lua/vim/_meta/vimfn.lua
generated
3
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -3538,7 +3538,8 @@ function vim.fn.getreginfo(regname) end
|
||||
---
|
||||
--- type Specify the region's selection type.
|
||||
--- See |getregtype()| for possible values,
|
||||
--- except it cannot be an empty string.
|
||||
--- except that the width can be omitted
|
||||
--- and an empty string cannot be used.
|
||||
--- (default: "v")
|
||||
---
|
||||
--- exclusive If |TRUE|, use exclusive selection
|
||||
|
Reference in New Issue
Block a user