aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorSean Dewar <seandewar@users.noreply.github.com>2022-03-09 07:44:28 +0000
committerGitHub <noreply@github.com>2022-03-09 08:44:28 +0100
commitb743e415fe0075212f072f9f4e2fa7aed7f8a28f (patch)
tree57220fe6e5e5ce38658f489841c2bc411e9fa939 /runtime/doc/syntax.txt
parenta681b5eaca215448522973c95e8f751f1b586ea2 (diff)
downloadrneovim-b743e415fe0075212f072f9f4e2fa7aed7f8a28f.tar.gz
rneovim-b743e415fe0075212f072f9f4e2fa7aed7f8a28f.tar.bz2
rneovim-b743e415fe0075212f072f9f4e2fa7aed7f8a28f.zip
vim-patch:partial 1588bc8ebee2 (#17657)
Update runtime files https://github.com/vim/vim/commit/1588bc8ebee22f2855f27273fc2234fff370f86c docs only skip :argdedupe changes (need v8.2.3888) skip sound_playfile changes (need +sound) skip fuzzy-matching changes in *command-attributes* (need #17536)
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 9084c5315a..c8280173fb 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -4388,7 +4388,7 @@ Leading context *:syn-lc* *:syn-leading* *:syn-context*
Note: This is an obsolete feature, only included for backwards compatibility
with previous Vim versions. It's now recommended to use the |/\@<=| construct
-in the pattern.
+in the pattern. You can also often use |/\zs|.
The "lc" offset specifies leading context -- a part of the pattern that must
be present, but is not considered part of the match. An offset of "lc=n" will