summaryrefslogtreecommitdiffstats
path: root/runtime/pack
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-08 15:42:38 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-08 15:42:38 +0100
commit48c3f4e0bff7efd289a7001b68c777b6f89a7057 (patch)
tree519686e73427026f133ce10ff9f8ce7243f011d2 /runtime/pack
parentcf85d97bafdcc7837a77ab79cc04da189fa3dd0c (diff)
Update runtime files
Diffstat (limited to 'runtime/pack')
-rw-r--r--runtime/pack/dist/opt/matchit/doc/matchit.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/pack/dist/opt/matchit/doc/matchit.txt b/runtime/pack/dist/opt/matchit/doc/matchit.txt
index 5a27f60a8b..52f448f787 100644
--- a/runtime/pack/dist/opt/matchit/doc/matchit.txt
+++ b/runtime/pack/dist/opt/matchit/doc/matchit.txt
@@ -244,9 +244,6 @@ Examples:
comment character) you can >
:let b:match_skip = 'r:\(^\|[^\\]\)\(\\\\\)*%'
<
- See the $VIMRUNTIME/ftplugin/vim.vim for an example that uses both
- syntax and a regular expression.
-
==============================================================================
4. Supporting a New Language *matchit-newlang*
*b:match_words*