From 9a660d2883f92b3a3761c964dc14363a8f70c8d8 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Tue, 12 Mar 2024 22:03:09 +0100 Subject: runtime(doc): add reference to matchbufline() at :h search() related: #14173 Signed-off-by: Christian Brabandt --- runtime/doc/builtin.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index 941c6a76ef..7f71115a18 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -7980,6 +7980,7 @@ search({pattern} [, {flags} [, {stopline} [, {timeout} [, {skip}]]]]) 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 -- cgit v1.2.3