mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
vim-patch:9a660d2883f9
runtime(doc): add reference to matchbufline() at :h search()
related: vim/vim#14173
9a660d2883
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -8746,6 +8746,7 @@ M.funcs = {
|
||||
When a match has been found its line number is returned.
|
||||
If there is no match a 0 is returned and the cursor doesn't
|
||||
move. No error message is given.
|
||||
To get the matched string, use |matchbufline()|.
|
||||
|
||||
{flags} is a String, which can contain these character flags:
|
||||
'b' search Backward instead of forward
|
||||
|
Reference in New Issue
Block a user