aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/motion.txt
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-05-21 12:23:34 -0300
committerMichael Reed <m.reed@mykolab.com>2015-06-04 22:45:19 -0400
commit98053f0f9fc3405e48ba3a9089a29fd23b3b414c (patch)
treee812206e93a5d262241fda0f40aac231a4e62434 /runtime/doc/motion.txt
parente6c62c80ef1138c6c6d177efbd765476c0283b71 (diff)
downloadrneovim-98053f0f9fc3405e48ba3a9089a29fd23b3b414c.tar.gz
rneovim-98053f0f9fc3405e48ba3a9089a29fd23b3b414c.tar.bz2
rneovim-98053f0f9fc3405e48ba3a9089a29fd23b3b414c.zip
plugin: enable the matchit plugin by default #2723
Reviewed-by: Scott Prager <splinterofchaos@gmail.com> Reviewed-by: Michael Reed <m.reed@mykolab.com>
Diffstat (limited to 'runtime/doc/motion.txt')
-rw-r--r--runtime/doc/motion.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index 7f590180d1..7f64168663 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -1159,8 +1159,8 @@ remembered.
cursor is on the # or no ([{
following)
For other items the matchit plugin can be used, see
- |matchit-install|. This plugin also helps to skip
- matches in comments.
+ |matchit|. This plugin also helps to skip matches in
+ comments.
When 'cpoptions' contains "M" |cpo-M| backslashes
before parens and braces are ignored. Without "M" the
@@ -1178,8 +1178,8 @@ remembered.
Perl, where single quotes are used for strings.
Nothing special is done for matches in comments. You
- can either use the matchit plugin |matchit-install| or
- put quotes around matches.
+ can either use the |matchit| plugin or put quotes around
+ matches.
No count is allowed, {count}% jumps to a line {count}
percentage down the file |N%|. Using '%' on