aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/builtin.txt
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-08-25 00:49:33 +0200
committerGitHub <noreply@github.com>2022-08-25 00:49:33 +0200
commitd3cd79709b6491a5806c67ea52c19f244164954e (patch)
tree1b696646bf21a68d458038df567d9a2d9dbef349 /runtime/doc/builtin.txt
parent6b9ff5491d4a15c7ec92d70a769b3cc35ea06da9 (diff)
downloadrneovim-d3cd79709b6491a5806c67ea52c19f244164954e.tar.gz
rneovim-d3cd79709b6491a5806c67ea52c19f244164954e.tar.bz2
rneovim-d3cd79709b6491a5806c67ea52c19f244164954e.zip
vim-patch:fd999452adaf (#19929)
Update runtime files https://github.com/vim/vim/commit/fd999452adaf529a30d78844b5fbee355943da29
Diffstat (limited to 'runtime/doc/builtin.txt')
-rw-r--r--runtime/doc/builtin.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index df00c67082..f99da3443e 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -6425,8 +6425,10 @@ search({pattern} [, {flags} [, {stopline} [, {timeout} [, {skip}]]]])
starts in column zero and then matches before the cursor are
skipped. When the 'c' flag is present in 'cpo' the next
search starts after the match. Without the 'c' flag the next
- search starts one column further. This matters for
- overlapping matches.
+ search starts one column after the start of the match. This
+ matters for overlapping matches. See |cpo-c|. You can also
+ insert "\ze" to change where the match ends, see |/\ze|.
+
When searching backwards and the 'z' flag is given then the
search starts in column zero, thus no match in the current
line will be found (unless wrapping around the end of the