summaryrefslogtreecommitdiff
path: root/runtime/macros/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/macros/README.txt')
-rw-r--r--runtime/macros/README.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/runtime/macros/README.txt b/runtime/macros/README.txt
index ce61cd361..f599c0a75 100644
--- a/runtime/macros/README.txt
+++ b/runtime/macros/README.txt
@@ -15,8 +15,6 @@ dvorak for when you use a Dvorak keyboard
justify.vim user function for justifying text
-matchit.vim + matchit.txt make % match if-fi, HTML tags, and much more
-
less.sh + less.vim make Vim work like less (or more)
shellmenu.vim menus for editing shell scripts in the GUI version
@@ -26,5 +24,9 @@ swapmous.vim swap left and right mouse buttons
editexisting.vim when editing a file that is already edited with
another Vim instance
-This one is only for Unix. It can be found in the extra archive:
+This one is only for Unix.
file_select.vim macros that make a handy file selector
+
+The matchit plugin has been moved to an optional package. To load it put this
+line in your vimrc file:
+ :packadd matchit