From 03d42258dba280d6fa2458a5df14b67b7fec6014 Mon Sep 17 00:00:00 2001
From: Bram Moolenaar <Bram@vim.org>
Date: Sat, 12 May 2007 13:40:39 +0000
Subject: [PATCH] updated for version 7.1

---
 runtime/doc/pi_zip.txt  | 4 ++--
 src/GvimExt/GvimExt.reg | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/runtime/doc/pi_zip.txt b/runtime/doc/pi_zip.txt
index fe2ebbe259..944b84838e 100644
--- a/runtime/doc/pi_zip.txt
+++ b/runtime/doc/pi_zip.txt
@@ -1,4 +1,4 @@
-*pi_zip.txt*	For Vim version 7.1b.  Last change: 2007 May 08
+*pi_zip.txt*	For Vim version 7.1.  Last change: 2007 May 11
 
 				+====================+
 				| Zip File Interface |
@@ -64,7 +64,7 @@ Copyright: Copyright (C) 2005,2006 Charles E Campbell, Jr *zip-copyright*
 
 	au BufReadCmd *.jar,*.xpi call zip#Browse(expand("<amatch>"))
 <
-   One can simply extend this line to accomdate additional extensions that
+   One can simply extend this line to accommodate additional extensions that
    are actually zip files.
 
 ==============================================================================
diff --git a/src/GvimExt/GvimExt.reg b/src/GvimExt/GvimExt.reg
index 7409fa0d4c..7f7bfee596 100644
--- a/src/GvimExt/GvimExt.reg
+++ b/src/GvimExt/GvimExt.reg
@@ -15,6 +15,6 @@ REGEDIT4
 [HKEY_LOCAL_MACHINE\Software\Vim\Gvim]
    "path"="gvim.exe"
 
-[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.1b]
-   "DisplayName"="Vim 7.1b: Edit with Vim popup menu entry"
+[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.1]
+   "DisplayName"="Vim 7.1: Edit with Vim popup menu entry"
    "UninstallString"="uninstal.exe"
-- 
GitLab