summaryrefslogtreecommitdiffstats
path: root/runtime/macros
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-28 21:04:37 +0200
committerBram Moolenaar <Bram@vim.org>2016-03-28 21:04:37 +0200
commitcf2d8dee5117b9add3a3f5fc91b3569437e7d359 (patch)
treefabc1f98d11d86aa65b4befb50a80ad163c08af5 /runtime/macros
parent2946d0236dc9e23ec0050feacdb959b9ae5672a8 (diff)
patch 7.4.1674v7.4.1674
Problem: The editexisting plugin has to be copied or sourced to be used. Solution: Turn it into a package.
Diffstat (limited to 'runtime/macros')
-rw-r--r--runtime/macros/README.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/runtime/macros/README.txt b/runtime/macros/README.txt
index 884fe53510..a805007846 100644
--- a/runtime/macros/README.txt
+++ b/runtime/macros/README.txt
@@ -17,20 +17,20 @@ shellmenu.vim menus for editing shell scripts in the GUI version
swapmous.vim swap left and right mouse buttons
-editexisting.vim when editing a file that is already edited with
- another Vim instance
+editexisting.vim
This one is only for Unix.
file_select.vim macros that make a handy file selector
-The Dvorak support has been moved to an optional package. To load it put this
-line in your vimrc file:
- packadd! dvorak
-The support for justifying test has been moved to an optional package. To
-load it put this line in your vimrc file:
- packadd! justify
+The following have been moved to an optional package. Add the command to your
+vimrc file to use the package:
-The matchit plugin has been moved to an optional package. To load it put this
-line in your vimrc file:
- packadd! matchit
+packadd! dvorak Dvorak keyboard support; adds mappings
+
+packadd! editexisting when editing a file that is already edited with
+ another Vim instance, go to that Vim instance
+
+packadd! justify justifying text.
+
+packadd! matchit makes the % command work better