changeset 1246:797abd46869a

updated for version 7.1
author vimboss
date Sat, 12 May 2007 13:40:39 +0000
parents 4d669c44d811
children ac4972c657bd
files runtime/doc/pi_zip.txt src/GvimExt/GvimExt.reg
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 @@ 3. Additional Extensions					*zip-extens
 
 	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.
 
 ==============================================================================
--- 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"