summaryrefslogtreecommitdiff
path: root/runtime/macros/README.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-28 20:40:32 +0200
committerBram Moolenaar <Bram@vim.org>2016-03-28 20:40:32 +0200
commite934e8f5c1c5c64411d98583ecbcf89e5ad01073 (patch)
tree898e64bb0cb8eb83d06dd1f5e8f0e916273d8c0d /runtime/macros/README.txt
parent61264d99692803eec76a171916ab9720c75536b0 (diff)
downloadvim-git-e934e8f5c1c5c64411d98583ecbcf89e5ad01073.tar.gz
patch 7.4.1672v7.4.1672
Problem: The Dvorak support is a bit difficult to install. Solution: Turn it into an optional package.
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 f599c0a75..e74913483 100644
--- a/runtime/macros/README.txt
+++ b/runtime/macros/README.txt
@@ -11,8 +11,6 @@ urm Macros that simulate a simple computer: "Universal Register Machine"
The other files contain some handy utilities. They also serve as examples for
how to use Vi and Vim functionality.
-dvorak for when you use a Dvorak keyboard
-
justify.vim user function for justifying text
less.sh + less.vim make Vim work like less (or more)
@@ -29,4 +27,8 @@ 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
+ packadd! matchit
+
+The Dvorak supported has been moved to an optional package. To load it put
+this line in your vimrc file:
+ packadd! dvorak