From: Christian Brabandt Date: Tue, 12 Mar 2024 21:03:09 +0000 (+0100) Subject: runtime(doc): add reference to matchbufline() at :h search() X-Git-Tag: v9.1.0173~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a660d2883f92b3a3761c964dc14363a8f70c8d8;p=thirdparty%2Fvim.git runtime(doc): add reference to matchbufline() at :h search() related: #14173 Signed-off-by: Christian Brabandt --- 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