mirror of
https://github.com/neovim/neovim.git
synced 2026-04-04 14:49:31 +00:00
vim-patch:e46a44050562
Runtime file updates
e46a440505
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
13
runtime/lua/vim/_meta/vimfn.lua
generated
13
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -3230,7 +3230,7 @@ function vim.fn.getmarklist(buf) end
|
||||
--- @return any
|
||||
function vim.fn.getmatches(win) end
|
||||
|
||||
--- Returns a Dictionary with the last known position of the
|
||||
--- Returns a |Dictionary| with the last known position of the
|
||||
--- mouse. This can be used in a mapping for a mouse click. The
|
||||
--- items are:
|
||||
--- screenrow screen row
|
||||
@@ -6878,7 +6878,7 @@ function vim.fn.screenattr(row, col) end
|
||||
--- @return any
|
||||
function vim.fn.screenchar(row, col) end
|
||||
|
||||
--- The result is a List of Numbers. The first number is the same
|
||||
--- The result is a |List| of Numbers. The first number is the same
|
||||
--- as what |screenchar()| returns. Further numbers are
|
||||
--- composing characters on top of the base character.
|
||||
--- This is mainly to be used for testing.
|
||||
@@ -7069,7 +7069,7 @@ function vim.fn.search(pattern, flags, stopline, timeout, skip) end
|
||||
--- without the "S" flag in 'shortmess'. This works even if
|
||||
--- 'shortmess' does contain the "S" flag.
|
||||
---
|
||||
--- This returns a Dictionary. The dictionary is empty if the
|
||||
--- This returns a |Dictionary|. The dictionary is empty if the
|
||||
--- previous pattern was not set and "pattern" was not specified.
|
||||
---
|
||||
--- key type meaning ~
|
||||
@@ -7151,7 +7151,7 @@ function vim.fn.search(pattern, flags, stopline, timeout, skip) end
|
||||
--- " search again
|
||||
--- call searchcount()
|
||||
--- <
|
||||
--- {options} must be a Dictionary. It can contain:
|
||||
--- {options} must be a |Dictionary|. It can contain:
|
||||
--- key type meaning ~
|
||||
--- recompute |Boolean| if |TRUE|, recompute the count
|
||||
--- like |n| or |N| was executed.
|
||||
@@ -8766,11 +8766,10 @@ function vim.fn.srand(expr) end
|
||||
--- something is busy:
|
||||
--- m halfway a mapping, :normal command, feedkeys() or
|
||||
--- stuffed command
|
||||
--- o operator pending or waiting for a command argument,
|
||||
--- e.g. after |f|
|
||||
--- o operator pending, e.g. after |d|
|
||||
--- a Insert mode autocomplete active
|
||||
--- x executing an autocommand
|
||||
--- S not triggering SafeState
|
||||
--- S not triggering SafeState, e.g. after |f| or a count
|
||||
--- c callback invoked, including timer (repeats for
|
||||
--- recursiveness up to "ccc")
|
||||
--- s screen has scrolled for messages
|
||||
|
||||
Reference in New Issue
Block a user