mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
docs: misc, help tags for neovim.io searches #31428
Problem: Various keywords are commonly searched-for on https://neovim.io, but don't have help tags. Solution: Add help tags. fix #31327
This commit is contained in:
@@ -6049,6 +6049,7 @@ M.funcs = {
|
||||
]=],
|
||||
name = 'jobwait',
|
||||
params = { { 'jobs', 'integer[]' }, { 'timeout', 'integer' } },
|
||||
returns = 'integer[]',
|
||||
signature = 'jobwait({jobs} [, {timeout}])',
|
||||
},
|
||||
join = {
|
||||
@@ -8776,7 +8777,7 @@ M.funcs = {
|
||||
<
|
||||
]=],
|
||||
name = 'rpcnotify',
|
||||
params = { { 'channel', 'integer' }, { 'event', 'string' }, { 'args', 'any' } },
|
||||
params = { { 'channel', 'integer' }, { 'event', 'string' }, { '...', 'any' } },
|
||||
signature = 'rpcnotify({channel}, {event} [, {args}...])',
|
||||
},
|
||||
rpcrequest = {
|
||||
@@ -8789,7 +8790,7 @@ M.funcs = {
|
||||
<
|
||||
]=],
|
||||
name = 'rpcrequest',
|
||||
params = { { 'channel', 'integer' }, { 'method', 'string' }, { 'args', 'any' } },
|
||||
params = { { 'channel', 'integer' }, { 'method', 'string' }, { '...', 'any' } },
|
||||
signature = 'rpcrequest({channel}, {method} [, {args}...])',
|
||||
},
|
||||
rpcstart = {
|
||||
@@ -11155,7 +11156,7 @@ M.funcs = {
|
||||
and exists only for backwards-compatibility.
|
||||
With UTF-8 composing characters are handled properly: >vim
|
||||
echo str2list("á") " returns [97, 769]
|
||||
|
||||
<
|
||||
]=],
|
||||
name = 'str2list',
|
||||
params = { { 'string', 'string' }, { 'utf8', 'boolean' } },
|
||||
@@ -13091,6 +13092,7 @@ M.funcs = {
|
||||
]=],
|
||||
name = 'winlayout',
|
||||
params = { { 'tabnr', 'integer' } },
|
||||
returns = 'any[]',
|
||||
signature = 'winlayout([{tabnr}])',
|
||||
},
|
||||
winline = {
|
||||
|
Reference in New Issue
Block a user