summaryrefslogtreecommitdiff
path: root/runtime/doc/version5.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-07-15 20:20:18 +0200
committerBram Moolenaar <Bram@vim.org>2018-07-15 20:20:18 +0200
commitb477af2260d9bc7ae7f743f0a14265d7ee12ee09 (patch)
tree0f0bf173f95162a2234265ee8394a6f308cef984 /runtime/doc/version5.txt
parent2196bca7377ff245866cc3cee65b0adb48432ac3 (diff)
downloadvim-git-b477af2260d9bc7ae7f743f0a14265d7ee12ee09.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/version5.txt')
-rw-r--r--runtime/doc/version5.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/version5.txt b/runtime/doc/version5.txt
index f87d904df..075e58310 100644
--- a/runtime/doc/version5.txt
+++ b/runtime/doc/version5.txt
@@ -2347,7 +2347,7 @@ Added *added-5.2*
Support for mapping numeric keypad +,-,*,/ keys. (Negri)
When not mapped, they produce the normal character.
-Win32 GUI: When directory dropped on Gvim, cd there and edit new buffer.
+Win32 GUI: When directory dropped on gVim, cd there and edit new buffer.
(Negri)
Win32 GUI: Made CTRL-Break work as interrupt, so that CTRL-C can be
@@ -7615,7 +7615,7 @@ VMS doesn't always have lstat(), added an #ifdef around it.
Added a few corrections for the Macintosh. (Axel Kielhorn)
-Win32: Gvimext could not edit more than a few files at once, the length of the
+Win32: GvimExt could not edit more than a few files at once, the length of the
argument was fixed.