]> git.pld-linux.org Git - packages/vim.git/blame - 6.2.013
- use _desktopdir macro
[packages/vim.git] / 6.2.013
CommitLineData
b62888f4
AF
1To: vim-dev@vim.org
2Subject: Patch 6.2.013 (extra)
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 6.2.013 (extra)
11Problem: Win32: The registry key for uninstalling GvimExt still uses "6.1".
12Solution: Change the version number to "6.2". (Ajit Thakkar)
13Files: 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--
44From "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.029914 seconds and 4 git commands to generate.