]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.013
- manpaged md5 fix
[packages/vim.git] / 6.2.013
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.013 (extra)
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 6.2.013 (extra)
11 Problem:    Win32: The registry key for uninstalling GvimExt still uses "6.1".
12 Solution:   Change the version number to "6.2". (Ajit Thakkar)
13 Files:      src/GvimExt/GvimExt.reg
14
15
16 *** ../vim-6.2.012/src/GvimExt/GvimExt.reg      Sun Jun  1 12:20:39 2003
17 --- src/GvimExt/GvimExt.reg     Wed Jun  4 23:24:10 2003
18 ***************
19 *** 15,20 ****
20   [HKEY_LOCAL_MACHINE\Software\Vim\Gvim]
21      "path"="gvim.exe"
22   
23 ! [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 6.1]
24      "DisplayName"="Vim 6.2: Edit with Vim popup menu entry"
25      "UninstallString"="uninstal.exe"
26 --- 15,20 ----
27   [HKEY_LOCAL_MACHINE\Software\Vim\Gvim]
28      "path"="gvim.exe"
29   
30 ! [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 6.2]
31      "DisplayName"="Vim 6.2: Edit with Vim popup menu entry"
32      "UninstallString"="uninstal.exe"
33 *** ../vim-6.2.012/src/version.c        Wed Jun  4 21:11:37 2003
34 --- src/version.c       Wed Jun  4 23:25:53 2003
35 ***************
36 *** 632,633 ****
37 --- 632,635 ----
38   {   /* Add new patch number below this line */
39 + /**/
40 +     13,
41   /**/
42
43 -- 
44 From "know your smileys":
45  :-D    Big smile
46
47  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
48 ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
49 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
50  \\\     Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///
This page took 0.03925 seconds and 3 git commands to generate.