summaryrefslogtreecommitdiff
path: root/runtime/doc/version6.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-07-25 15:49:07 +0200
committerBram Moolenaar <Bram@vim.org>2010-07-25 15:49:07 +0200
commit8d9b40e71ab62f43c65a52225cb833ecc0d1bf6b (patch)
treea25e59faa9adfd7e352c407ded5beedf4242d1d2 /runtime/doc/version6.txt
parent0fe849a13b4c0753d6b2424783879696a1fd4421 (diff)
downloadvim-git-8d9b40e71ab62f43c65a52225cb833ecc0d1bf6b.tar.gz
Add support for horizontal scroll wheel. (Bjorn Winckler)
Diffstat (limited to 'runtime/doc/version6.txt')
-rw-r--r--runtime/doc/version6.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/version6.txt b/runtime/doc/version6.txt
index 148929b31..8060b28d4 100644
--- a/runtime/doc/version6.txt
+++ b/runtime/doc/version6.txt
@@ -10357,7 +10357,7 @@ Files: src/ex_cmds2.c
Patch 6.2.066 (extra)
Problem: Ruby interface doesn't work with Ruby 1.8.0.
-Solution: Change "defout" to "stdout". (Aron Grifis)
+Solution: Change "defout" to "stdout". (Aron Griffis)
Change dynamic loading. (Taro Muraoka)
Files: src/if_ruby.c, src/Make_mvc.mak