mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
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:
2
runtime/doc/builtin.txt
generated
2
runtime/doc/builtin.txt
generated
@@ -1528,8 +1528,6 @@ cursor({list})
|
|||||||
position within a <Tab> or after the last character.
|
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.
|
||||||
|
|
||||||
Returns 0 when the position could be set, -1 otherwise.
|
|
||||||
|
|
||||||
Parameters: ~
|
Parameters: ~
|
||||||
• {list} (`integer[]`)
|
• {list} (`integer[]`)
|
||||||
|
|
||||||
|
2
runtime/lua/vim/_meta/vimfn.lua
generated
2
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -1350,8 +1350,6 @@ function vim.fn.cursor(lnum, col, off) end
|
|||||||
--- position within a <Tab> or after the last character.
|
--- 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.
|
||||||
---
|
---
|
||||||
--- Returns 0 when the position could be set, -1 otherwise.
|
|
||||||
---
|
|
||||||
--- @param list integer[]
|
--- @param list integer[]
|
||||||
--- @return any
|
--- @return any
|
||||||
function vim.fn.cursor(list) end
|
function vim.fn.cursor(list) end
|
||||||
|
@@ -1779,7 +1779,6 @@ M.funcs = {
|
|||||||
position within a <Tab> or after the last character.
|
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.
|
||||||
|
|
||||||
Returns 0 when the position could be set, -1 otherwise.
|
|
||||||
]=],
|
]=],
|
||||||
name = 'cursor',
|
name = 'cursor',
|
||||||
params = { { 'list', 'integer[]' } },
|
params = { { 'list', 'integer[]' } },
|
||||||
|
Reference in New Issue
Block a user