]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.009
- use _desktopdir macro
[packages/vim.git] / 6.2.009
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.009
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.009
11 Problem:    Win32: The self-installing executable "Full" selection only
12             selects some of the items to install. (Salman Mohsin)
13 Solution:   Change commas to spaces in between section numbers.
14 Files:      nsis/gvim.nsi
15
16
17 *** ../vim-6.2.008/nsis/gvim.nsi        Sun Jun  1 12:20:38 2003
18 --- nsis/gvim.nsi       Tue Jun  3 21:20:52 2003
19 ***************
20 *** 143,149 ****
21   
22   ##########################################################
23   Section "Vim executables and runtime files"
24 ! SectionIn 1,2,3
25   
26   # we need also this here if the user changes the instdir
27   StrCpy $0 "$INSTDIR\vim${VER_MAJOR}${VER_MINOR}"
28 --- 143,149 ----
29   
30   ##########################################################
31   Section "Vim executables and runtime files"
32 ! SectionIn 1 2 3
33   
34   # we need also this here if the user changes the instdir
35   StrCpy $0 "$INSTDIR\vim${VER_MAJOR}${VER_MINOR}"
36 ***************
37 *** 197,217 ****
38   SectionDivider
39   ##########################################################
40   Section "Create icons on the Desktop"
41 ! SectionIn 1,3
42   
43   StrCpy $1 "$1 -install-icons"
44   
45   SectionEnd
46   ##########################################################
47   Section "Add Vim to the Start Menu"
48 ! SectionIn 1,3
49   
50   StrCpy $1 "$1 -add-start-menu"
51   
52   SectionEnd
53   ##########################################################
54   Section "Add an Edit-with-Vim context menu entry"
55 ! SectionIn 1,3
56   
57   SetOutPath $0
58   File ..\src\GvimExt\gvimext.dll
59 --- 197,217 ----
60   SectionDivider
61   ##########################################################
62   Section "Create icons on the Desktop"
63 ! SectionIn 1 3
64   
65   StrCpy $1 "$1 -install-icons"
66   
67   SectionEnd
68   ##########################################################
69   Section "Add Vim to the Start Menu"
70 ! SectionIn 1 3
71   
72   StrCpy $1 "$1 -add-start-menu"
73   
74   SectionEnd
75   ##########################################################
76   Section "Add an Edit-with-Vim context menu entry"
77 ! SectionIn 1 3
78   
79   SetOutPath $0
80   File ..\src\GvimExt\gvimext.dll
81 ***************
82 *** 223,229 ****
83   SectionDivider
84   ##########################################################
85   Section "Create a _vimrc if it doesn't exist"
86 ! SectionIn 1,3
87   
88   StrCpy $1 "$1 -create-vimrc"
89   
90 --- 223,229 ----
91   SectionDivider
92   ##########################################################
93   Section "Create a _vimrc if it doesn't exist"
94 ! SectionIn 1 3
95   
96   StrCpy $1 "$1 -create-vimrc"
97   
98 ***************
99 *** 237,243 ****
100   SectionEnd
101   ##########################################################
102   Section "Create plugin directories in HOME or VIM"
103 ! SectionIn 1,3
104   
105   StrCpy $1 "$1 -create-directories home"
106   
107 --- 237,243 ----
108   SectionEnd
109   ##########################################################
110   Section "Create plugin directories in HOME or VIM"
111 ! SectionIn 1 3
112   
113   StrCpy $1 "$1 -create-directories home"
114   
115 ***************
116 *** 265,271 ****
117   ##########################################################
118   !ifdef HAVE_NLS
119   Section "Native Language Support"
120 ! SectionIn 1,3
121   
122   SetOutPath $0\lang
123   File /r ..\lang\*.*
124 --- 265,271 ----
125   ##########################################################
126   !ifdef HAVE_NLS
127   Section "Native Language Support"
128 ! SectionIn 1 3
129   
130   SetOutPath $0\lang
131   File /r ..\lang\*.*
132 *** ../vim-6.2.008/src/version.c        Tue Jun  3 21:09:52 2003
133 --- src/version.c       Tue Jun  3 21:42:39 2003
134 ***************
135 *** 632,633 ****
136 --- 632,635 ----
137   {   /* Add new patch number below this line */
138 + /**/
139 +     9,
140   /**/
141
142 -- 
143 hundred-and-one symptoms of being an internet addict:
144 89. In addition to your e-mail address being on your business
145     cards you even have your own domain.
146
147  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
148 ///          Creator of Vim - Vi IMproved -- http://www.Vim.org          \\\
149 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
150  \\\     Help AIDS victims, buy at Amazon -- http://ICCF.nl/click1.html ///
This page took 0.064505 seconds and 3 git commands to generate.