Skip to content

Commit 03d4225

Browse files
committed
updated for version 7.1
1 parent 8f6d679 commit 03d4225

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

runtime/doc/pi_zip.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_zip.txt* For Vim version 7.1b. Last change: 2007 May 08
1+
*pi_zip.txt* For Vim version 7.1. Last change: 2007 May 11
22

33
+====================+
44
| Zip File Interface |
@@ -64,7 +64,7 @@ Copyright: Copyright (C) 2005,2006 Charles E Campbell, Jr *zip-copyright*
6464
6565
au BufReadCmd *.jar,*.xpi call zip#Browse(expand("<amatch>"))
6666
<
67-
One can simply extend this line to accomdate additional extensions that
67+
One can simply extend this line to accommodate additional extensions that
6868
are actually zip files.
6969

7070
==============================================================================

src/GvimExt/GvimExt.reg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ REGEDIT4
1515
[HKEY_LOCAL_MACHINE\Software\Vim\Gvim]
1616
"path"="gvim.exe"
1717

18-
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.1b]
19-
"DisplayName"="Vim 7.1b: Edit with Vim popup menu entry"
18+
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 7.1]
19+
"DisplayName"="Vim 7.1: Edit with Vim popup menu entry"
2020
"UninstallString"="uninstal.exe"

0 commit comments

Comments
 (0)