Updated runtime files.
diff --git a/runtime/doc/version6.txt b/runtime/doc/version6.txt
index 4316e9b..c52a3e2 100644
--- a/runtime/doc/version6.txt
+++ b/runtime/doc/version6.txt
@@ -1,4 +1,4 @@
-*version6.txt* For Vim version 7.4a. Last change: 2008 Aug 06
+*version6.txt* For Vim version 7.4a. Last change: 2013 Jul 28
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -10959,7 +10959,7 @@
Files: src/fold.c
Patch 6.2.160
-Problem: When 'virtualedit' is "all" and 'selection is "exclusive",
+Problem: When 'virtualedit' is "all" and 'selection' is "exclusive",
selecting a double-width character below a single-width character
may cause a crash.
Solution: Avoid overflow on unsigned integer decrement. (Taro Muraoka)
@@ -11619,7 +11619,7 @@
Patch 6.2.256
Problem: Mac: "macroman" encoding isn't recognized, need to use
- "8bit-macroman.
+ "8bit-macroman".
Solution: Recognize "macroman" with an alias "mac". (Eckehard Berns)
Files: src/mbyte.c