patch 7.4.1672
Problem:    The Dvorak support is a bit difficult to install.
Solution:   Turn it into an optional package.
diff --git a/runtime/macros/README.txt b/runtime/macros/README.txt
index f599c0a..e749134 100644
--- a/runtime/macros/README.txt
+++ b/runtime/macros/README.txt
@@ -11,8 +11,6 @@
 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 @@
 
 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