vim-patch:9973b39: runtime(doc): remove duplicate sentence in builtin.txt

9973b39a17

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2025-05-10 07:14:01 +08:00
parent 1bfb8dd338
commit cb12c8fa47
3 changed files with 0 additions and 5 deletions

View File

@ -1528,8 +1528,6 @@ cursor({list})
position within a <Tab> or after the last character.
Returns 0 when the position could be set, -1 otherwise.
Returns 0 when the position could be set, -1 otherwise.
Parameters: ~
• {list} (`integer[]`)

View File

@ -1350,8 +1350,6 @@ function vim.fn.cursor(lnum, col, off) end
--- position within a <Tab> or after the last character.
--- Returns 0 when the position could be set, -1 otherwise.
---
--- Returns 0 when the position could be set, -1 otherwise.
---
--- @param list integer[]
--- @return any
function vim.fn.cursor(list) end

View File

@ -1779,7 +1779,6 @@ M.funcs = {
position within a <Tab> or after the last character.
Returns 0 when the position could be set, -1 otherwise.
Returns 0 when the position could be set, -1 otherwise.
]=],
name = 'cursor',
params = { { 'list', 'integer[]' } },