@@ -19,3 +19,4 @@ vim-7.2.tar.bz2
|
|
19
19
|
/vim-7.4-977.tar.bz2
|
20
20
|
/vim-7.4-979.tar.bz2
|
21
21
|
/vim-7.4-1087.tar.bz2
|
22
|
+
/vim-7.4-1142.tar.bz2
|
@@ -1,3 +1,498 @@
|
|
1
|
+
commit 67a4e64892d55b6ee45673230ca77693860ac6cb
|
2
|
+
Merge: 2b52732 b8060fe
|
3
|
+
Author: Karsten Hopp <karsten@redhat.com>
|
4
|
+
Date: Tue Jan 19 22:53:42 2016 +0100
|
5
|
+
|
6
|
+
Merge branch 'master' of https://github.com/vim/vim
|
7
|
+
|
8
|
+
commit b8060fe862f684b591f9ac679eac5b2594d6c5a0
|
9
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
10
|
+
Date: Tue Jan 19 22:29:28 2016 +0100
|
11
|
+
|
12
|
+
patch 7.4.1142
|
13
|
+
Problem: Cannot define keyword characters for a syntax file.
|
14
|
+
Solution: Add the ":syn iskeyword" command. (Christian Brabandt)
|
15
|
+
|
16
|
+
commit 6773a348da0dcf45df3c6c6649880655ec0d2042
|
17
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
18
|
+
Date: Tue Jan 19 20:52:44 2016 +0100
|
19
|
+
|
20
|
+
patch 7.4.1141
|
21
|
+
Problem: Using searchpair() with a skip expression that uses syntax
|
22
|
+
highlighting sometimes doesn't work. (David Fishburn)
|
23
|
+
Solution: Reset next_match_idx. (Christian Brabandt)
|
24
|
+
|
25
|
+
commit e266d6d664d6d743c79797af400b2c01ec746216
|
26
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
27
|
+
Date: Tue Jan 19 20:51:32 2016 +0100
|
28
|
+
|
29
|
+
patch 7.4.1140
|
30
|
+
Problem: Recognizing <sid> does not work when the language is Turkish.
|
31
|
+
(Christian Brabandt)
|
32
|
+
Solution: Use MB_STNICMP() instead of STNICMP().
|
33
|
+
|
34
|
+
commit fce7b3d24fd18b1486e474e933a95f9090df9973
|
35
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
36
|
+
Date: Tue Jan 19 19:00:32 2016 +0100
|
37
|
+
|
38
|
+
patch 7.4.1139
|
39
|
+
Problem: MS-Windows: getftype() returns "file for symlink to directory.
|
40
|
+
Solution: Make it return "dir". (Ken Takata)
|
41
|
+
|
42
|
+
commit 3a466a87180d677b898687ef72d09f14a397794e
|
43
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
44
|
+
Date: Tue Jan 19 17:47:25 2016 +0100
|
45
|
+
|
46
|
+
patch 7.4.1138
|
47
|
+
Problem: When running gvim in the foreground some icons are missing.
|
48
|
+
(Taylor Venable)
|
49
|
+
Solution: Move the call to gui_gtk_register_resource(). (Kazunobu Kuriyama)
|
50
|
+
|
51
|
+
commit 62ef797496c6243d111c596a592a8ef8c1d1e710
|
52
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
53
|
+
Date: Tue Jan 19 14:51:54 2016 +0100
|
54
|
+
|
55
|
+
patch 7.4.1137
|
56
|
+
Problem: Illegal memory access when using :copen and :cclose.
|
57
|
+
Solution: Avoid that curbuf is invalid. (suggestion by Justin M. Keyes)
|
58
|
+
Add a test.
|
59
|
+
|
60
|
+
commit da5dcd936656f524dd0ae7cb2685245f07f5720f
|
61
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
62
|
+
Date: Tue Jan 19 14:31:20 2016 +0100
|
63
|
+
|
64
|
+
patch 7.4.1136
|
65
|
+
Problem: Wrong argument to assert_exception() causes a crash. (reported by
|
66
|
+
Coverity)
|
67
|
+
Solution: Check for NULL pointer. Add a test.
|
68
|
+
|
69
|
+
commit 301417041bdb15264a9c8ff20e4fea4dcc12c478
|
70
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
71
|
+
Date: Tue Jan 19 14:14:08 2016 +0100
|
72
|
+
|
73
|
+
patch 7.4.1135
|
74
|
+
Problem: One more arglist test fails on MS-Windows.
|
75
|
+
Solution: Don't edit "Y" after editing "y".
|
76
|
+
|
77
|
+
commit 82e4184d489e2ce950c871354062fca40bf59598
|
78
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
79
|
+
Date: Tue Jan 19 13:50:57 2016 +0100
|
80
|
+
|
81
|
+
patch 7.4.1134
|
82
|
+
Problem: The arglist test fails on MS-Windows.
|
83
|
+
Solution: Only check for failure of argedit on Unix.
|
84
|
+
|
85
|
+
commit ef26954a35207c3f17d6ed35d9a40c918d974892
|
86
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
87
|
+
Date: Tue Jan 19 13:22:12 2016 +0100
|
88
|
+
|
89
|
+
patch 7.4.1133
|
90
|
+
Problem: Generated function prototypes still have __ARGS().
|
91
|
+
Solution: Generate function prototypes without __ARGS().
|
92
|
+
|
93
|
+
commit 99dbe291f55022bd5166c9c3c7967b8693cd9d1b
|
94
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
95
|
+
Date: Tue Jan 19 13:07:23 2016 +0100
|
96
|
+
|
97
|
+
patch 7.4.1132
|
98
|
+
Problem: Old style tests for the argument list.
|
99
|
+
Solution: Add more new style tests. (Yegappan Lakshmanan)
|
100
|
+
|
101
|
+
commit b20e334859334be35de4b295023a2b49bdabbfa9
|
102
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
103
|
+
Date: Mon Jan 18 23:29:01 2016 +0100
|
104
|
+
|
105
|
+
patch 7.4.1131
|
106
|
+
Problem: New lines in the viminfo file are dropped.
|
107
|
+
Solution: Copy lines starting with "|". Fix that when using :rviminfo in a
|
108
|
+
function global variables were restored as function-local
|
109
|
+
variables.
|
110
|
+
|
111
|
+
commit 61ff4dd6a4d47bd32383fe28087be2b37dec53f4
|
112
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
113
|
+
Date: Mon Jan 18 20:30:17 2016 +0100
|
114
|
+
|
115
|
+
patch 7.4.1130
|
116
|
+
Problem: Memory leak in :vimgrep.
|
117
|
+
Solution: Call FreeWild(). (Yegappan Lakshmanan)
|
118
|
+
|
119
|
+
commit 77324fc9d3206a12f5ae39da1574be3ee1273591
|
120
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
121
|
+
Date: Sun Jan 17 22:37:03 2016 +0100
|
122
|
+
|
123
|
+
patch 7.4.1129
|
124
|
+
Problem: Python None value can't be converted to a Vim value.
|
125
|
+
Solution: Just use zero. (Damien)
|
126
|
+
|
127
|
+
commit 85084ef1e999dcf50e8d466106a33bac24a0febb
|
128
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
129
|
+
Date: Sun Jan 17 22:26:33 2016 +0100
|
130
|
+
|
131
|
+
Update help files.
|
132
|
+
|
133
|
+
commit 203258c3ad2966cc9d08b3805b103333988b30b7
|
134
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
135
|
+
Date: Sun Jan 17 22:15:16 2016 +0100
|
136
|
+
|
137
|
+
patch 7.4.1128
|
138
|
+
Problem: MS-Windows: delete() does not recognize junctions.
|
139
|
+
Solution: Add mch_isrealdir() for MS-Windows. Update mch_is_symbolic_link().
|
140
|
+
(Ken Takata)
|
141
|
+
|
142
|
+
commit 021b593e7ed6c7111cbf189744ad1e5d6c4a7d79
|
143
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
144
|
+
Date: Sun Jan 17 22:05:48 2016 +0100
|
145
|
+
|
146
|
+
patch 7.4.1127
|
147
|
+
Problem: Both old and new style tests for Perl.
|
148
|
+
Solution: Merge the old tests with the new style tests.
|
149
|
+
|
150
|
+
commit c970330676eaae7ba7cd05cfa46df5a413853ef9
|
151
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
152
|
+
Date: Sun Jan 17 21:49:33 2016 +0100
|
153
|
+
|
154
|
+
patch 7.4.1126
|
155
|
+
Problem: Can only get the directory of the current window.
|
156
|
+
Solution: Add window and tab arguments to getcwd() and haslocaldir().
|
157
|
+
(Thinca, Hirohito Higashi)
|
158
|
+
|
159
|
+
commit e9b892ebcd8596bf813793a1eed5a460a9495a28
|
160
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
161
|
+
Date: Sun Jan 17 21:15:58 2016 +0100
|
162
|
+
|
163
|
+
patch 7.4.1125
|
164
|
+
Problem: There is no perleval().
|
165
|
+
Solution: Add perleval(). (Damien)
|
166
|
+
|
167
|
+
commit 25b2b94ea73eff2aeef624d2ba7f59a1a265a0c1
|
168
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
169
|
+
Date: Sun Jan 17 20:53:12 2016 +0100
|
170
|
+
|
171
|
+
patch 7.4.1124
|
172
|
+
Problem: MS-Windows: dead key behavior is not ideal.
|
173
|
+
Solution: Handle dead keys differently when not in Insert or Select mode.
|
174
|
+
(John Wellesz, closes #399)
|
175
|
+
|
176
|
+
commit a24f0a550fed3d9773800cf6be4efd072fff20ec
|
177
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
178
|
+
Date: Sun Jan 17 19:39:00 2016 +0100
|
179
|
+
|
180
|
+
patch 7.4.1123
|
181
|
+
Problem: Using ":argadd" when there are no arguments results in the second
|
182
|
+
argument to be the current one. (Yegappan Lakshmanan)
|
183
|
+
Solution: Correct the w_arg_idx value.
|
184
|
+
|
185
|
+
commit 42c9cfa7f4d2f176234e385573ff2fb1f61915e5
|
186
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
187
|
+
Date: Sun Jan 17 18:49:57 2016 +0100
|
188
|
+
|
189
|
+
patch 7.4.1122
|
190
|
+
Problem: Test 92 and 93 fail when using gvim on a system with a non utf-8
|
191
|
+
locale.
|
192
|
+
Solution: Avoid using .gvimrc by adding -U NONE. (Yukihiro Nakadaira)
|
193
|
+
|
194
|
+
commit 08b270a8a4544be9a7fecce311834fde2b457634
|
195
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
196
|
+
Date: Sun Jan 17 18:34:19 2016 +0100
|
197
|
+
|
198
|
+
patch 7.4.1121
|
199
|
+
Problem: test_expand leaves files behind.
|
200
|
+
Solution: Edit another file before deleting, otherwise the swap file
|
201
|
+
remains.
|
202
|
+
|
203
|
+
commit 336bd622c31e1805495c034e1a8cfadcc0bbabc7
|
204
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
205
|
+
Date: Sun Jan 17 18:23:58 2016 +0100
|
206
|
+
|
207
|
+
patch 7.4.1120
|
208
|
+
Problem: delete(x, 'rf') fails if a directory is empty. (Lcd)
|
209
|
+
Solution: Ignore not finding matches in an empty directory.
|
210
|
+
|
211
|
+
commit 72defda84eb26be9e2ade56c7877b912f818026e
|
212
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
213
|
+
Date: Sun Jan 17 18:04:33 2016 +0100
|
214
|
+
|
215
|
+
patch 7.4.1119
|
216
|
+
Problem: argidx() has a wrong value after ":%argdelete". (Yegappan
|
217
|
+
Lakshmanan)
|
218
|
+
Solution: Correct the value of w_arg_idx. Add a test.
|
219
|
+
|
220
|
+
commit a99b90437af730dcafd9143c0942c87777a00d52
|
221
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
222
|
+
Date: Sun Jan 17 17:10:59 2016 +0100
|
223
|
+
|
224
|
+
patch 7.4.1118
|
225
|
+
Problem: Tests hang in 24 line terminal.
|
226
|
+
Solution: Set the 'more' option off.
|
227
|
+
|
228
|
+
commit d82103ed8534a1207742e9666ac7ef1e47dda12d
|
229
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
230
|
+
Date: Sun Jan 17 17:04:05 2016 +0100
|
231
|
+
|
232
|
+
patch 7.4.1117
|
233
|
+
Problem: No longer get "." and ".." in directory list.
|
234
|
+
Solution: Do not skip "." and ".." unless EW_DODOT is set.
|
235
|
+
|
236
|
+
commit b0967d587fc420fa02832533d4915c85d1a78c17
|
237
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
238
|
+
Date: Sun Jan 17 16:49:43 2016 +0100
|
239
|
+
|
240
|
+
patch 7.4.1116
|
241
|
+
Problem: delete(x, 'rf') does not delete files starting with a dot.
|
242
|
+
Solution: Also delete files starting with a dot.
|
243
|
+
|
244
|
+
commit d0232917ced39ff4838665fbcf379d5116a91aa3
|
245
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
246
|
+
Date: Sun Jan 17 16:15:32 2016 +0100
|
247
|
+
|
248
|
+
patch 7.4.1115
|
249
|
+
Problem: MS-Windows: make clean in testdir doesn't clean everything.
|
250
|
+
Solution: Add command to delete X* directories. (Ken Takata)
|
251
|
+
|
252
|
+
commit 43a34f9f74fdce462fa250baab620264c28b6165
|
253
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
254
|
+
Date: Sun Jan 17 15:56:34 2016 +0100
|
255
|
+
|
256
|
+
patch 7.4.1114
|
257
|
+
Problem: delete() does not work well with symbolic links.
|
258
|
+
Solution: Recognize symbolik links.
|
259
|
+
|
260
|
+
commit 4119cf80e1e534057680f9543e73edf7967c2440
|
261
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
262
|
+
Date: Sun Jan 17 14:59:01 2016 +0100
|
263
|
+
|
264
|
+
patch 7.4.1113
|
265
|
+
Problem: Using {ns} in variable name does not work. (lilydjwg)
|
266
|
+
Solution: Fix recognizing colon. Add a test.
|
267
|
+
|
268
|
+
commit 2db5c3b3ceeaded7fb5a64dc5cb22b0cb95b78a1
|
269
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
270
|
+
Date: Sat Jan 16 22:49:34 2016 +0100
|
271
|
+
|
272
|
+
patch 7.4.1112
|
273
|
+
Problem: When using ":next" with an illegal file name no error is reported.
|
274
|
+
Solution: Give an error message.
|
275
|
+
|
276
|
+
commit f60b796fa9870bdfc4cdeb91653bac041916077d
|
277
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
278
|
+
Date: Sat Jan 16 22:47:23 2016 +0100
|
279
|
+
|
280
|
+
patch 7.4.1111
|
281
|
+
Problem: test_expand fails on MS-Windows.
|
282
|
+
Solution: Always use forward slashes. Remove references to test27.
|
283
|
+
|
284
|
+
commit 8c600052fabe4859470d9d0ba2ddd74a52ea9745
|
285
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
286
|
+
Date: Sat Jan 16 22:08:11 2016 +0100
|
287
|
+
|
288
|
+
patch 7.4.1110
|
289
|
+
Problem: Test 108 fails when language is French.
|
290
|
+
Solution: Force English messages. (Dominique Pelle)
|
291
|
+
|
292
|
+
commit 4cf7679383dca81a4a351e2b0ec333c95d6d9085
|
293
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
294
|
+
Date: Sat Jan 16 22:02:57 2016 +0100
|
295
|
+
|
296
|
+
patch 7.4.1109
|
297
|
+
Problem: MS-Windows doesn't have rmdir().
|
298
|
+
Solution: Add mch_rmdir().
|
299
|
+
|
300
|
+
commit 58adb14739fa240ca6020cede9ab1f1cb07bd90a
|
301
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
302
|
+
Date: Sat Jan 16 21:50:51 2016 +0100
|
303
|
+
|
304
|
+
patch 7.4.1108
|
305
|
+
Problem: Expanding "~" halfway a file name.
|
306
|
+
Solution: Handle the file name as one name. (Marco Hinz) Add a test.
|
307
|
+
Closes #564.
|
308
|
+
|
309
|
+
commit da440d21a6b94d7f525fa7be9b1417c78dd9aa4c
|
310
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
311
|
+
Date: Sat Jan 16 21:27:23 2016 +0100
|
312
|
+
|
313
|
+
patch 7.4.1107
|
314
|
+
Problem: Vim can create a directory but not delete it.
|
315
|
+
Solution: Add an argument to delete() to make it possible to delete a
|
316
|
+
directory, also recursively.
|
317
|
+
|
318
|
+
commit 286eacd3f6631e985089176fb1dff1bcf1a1d6b5
|
319
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
320
|
+
Date: Sat Jan 16 18:05:50 2016 +0100
|
321
|
+
|
322
|
+
patch 7.4.1106
|
323
|
+
Problem: The nsis script can't be used from the appveyor build.
|
324
|
+
Solution: Add "ifndef" to allow for variables to be set from the command
|
325
|
+
line. Remove duplicate SetCompressor command. Support using other
|
326
|
+
gettext binaries. (Ken Takata) Update build instructions to use
|
327
|
+
libintl-8.dll.
|
328
|
+
|
329
|
+
commit 9bbf63dbf8286fadc0cd6b3428010abb67b1b64d
|
330
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
331
|
+
Date: Sat Jan 16 16:49:28 2016 +0100
|
332
|
+
|
333
|
+
patch 7.4.1105
|
334
|
+
Problem: When using slices there is a mixup of variable name and namespace.
|
335
|
+
Solution: Recognize variables that can't be a namespace. (Hirohito Higashi)
|
336
|
+
|
337
|
+
commit 4e640bd930d133889dbc9f9a77e29bab902e3b7d
|
338
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
339
|
+
Date: Sat Jan 16 16:20:38 2016 +0100
|
340
|
+
|
341
|
+
patch 7.4.1104
|
342
|
+
Problem: Various problems building with MzScheme/Racket.
|
343
|
+
Solution: Make it work with new versions of Racket. (Yukihiro Nakadaira, Ken
|
344
|
+
Takata)
|
345
|
+
|
346
|
+
commit d125001297ac76e0ed4759a9320ffb7872cf6242
|
347
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
348
|
+
Date: Sat Jan 16 15:45:15 2016 +0100
|
349
|
+
|
350
|
+
patch 7.4.1103
|
351
|
+
Problem: Removed file still in distribution.
|
352
|
+
Solution: Remove Make_cyg.mak from the list of files.
|
353
|
+
|
354
|
+
commit f1f60f859cdbb2638b3662ccf7b1d179865fe7dc
|
355
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
356
|
+
Date: Sat Jan 16 15:40:53 2016 +0100
|
357
|
+
|
358
|
+
patch 7.4.1102
|
359
|
+
Problem: Debugger has no stack backtrace support.
|
360
|
+
Solution: Add "backtrace", "frame", "up" and "down" commands. (Alberto
|
361
|
+
Fanjul, closes #433)
|
362
|
+
|
363
|
+
commit e39b3d9fb4e4006684c33847d1ef6a0d742699dd
|
364
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
365
|
+
Date: Fri Jan 15 22:52:22 2016 +0100
|
366
|
+
|
367
|
+
patch 7.4.1101
|
368
|
+
Problem: With 'rightleft' and concealing the cursor may move to the wrong
|
369
|
+
position.
|
370
|
+
Solution: Compute the column differently when 'rightleft' is set. (Hirohito
|
371
|
+
Higashi)
|
372
|
+
|
373
|
+
commit abfa9efb983c6fe9f5c4c342ff4d7017ce9a2c4b
|
374
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
375
|
+
Date: Fri Jan 15 22:34:45 2016 +0100
|
376
|
+
|
377
|
+
patch 7.4.1100
|
378
|
+
Problem: Cygwin makefiles are unused.
|
379
|
+
Solution: Remove them.
|
380
|
+
|
381
|
+
commit 36d7cd8965bc4027d420c7d70c56ac95d83d3bfa
|
382
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
383
|
+
Date: Fri Jan 15 22:08:23 2016 +0100
|
384
|
+
|
385
|
+
patch 7.4.1099
|
386
|
+
Problem: It's not easy to know if Vim supports blowfish. (Smu Johnson)
|
387
|
+
Solution: Add has('crypt-blowfish') and has('crypt-blowfish2').
|
388
|
+
|
389
|
+
commit b7604cc19fa1db6a8182546bf662aa13d4574d7a
|
390
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
391
|
+
Date: Fri Jan 15 21:23:22 2016 +0100
|
392
|
+
|
393
|
+
patch 7.4.1098
|
394
|
+
Problem: Still using old style C function declarations.
|
395
|
+
Solution: Always define __ARGS() to include types. Turn a few functions
|
396
|
+
into ANSI style to find out if this causes problems for anyone.
|
397
|
+
|
398
|
+
commit 345efa013dc6d1754ba06e5596a26c48c9935937
|
399
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
400
|
+
Date: Fri Jan 15 20:57:49 2016 +0100
|
401
|
+
|
402
|
+
Update runtime files
|
403
|
+
|
404
|
+
commit 065ee9aebf9abe08ae8c0dba7d05cbdcc423c8e0
|
405
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
406
|
+
Date: Fri Jan 15 20:53:38 2016 +0100
|
407
|
+
|
408
|
+
patch 7.4.1097
|
409
|
+
Problem: Looking up the alloc ID for tests fails.
|
410
|
+
Solution: Fix the line computation. Use assert_fails() for unlet test.
|
411
|
+
|
412
|
+
commit a260b87d9da17f605666630f18c1ed909c2b8bae
|
413
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
414
|
+
Date: Fri Jan 15 20:48:22 2016 +0100
|
415
|
+
|
416
|
+
patch 7.4.1096
|
417
|
+
Problem: Need several lines to verify a command produces an error.
|
418
|
+
Solution: Add assert_fails(). (suggested by Nikolay Pavlov)
|
419
|
+
Make the quickfix alloc test actually work.
|
420
|
+
|
421
|
+
commit 3d6d5cc3a417c04d9772596ea83f8e6b41321781
|
422
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
423
|
+
Date: Fri Jan 15 18:03:32 2016 +0100
|
424
|
+
|
425
|
+
patch 7.4.1095
|
426
|
+
Problem: Can't build GvimExt with SDK 7.1.
|
427
|
+
Solution: Support using setenv.bat instead of vcvars32.bat. (Ken Takata)
|
428
|
+
|
429
|
+
commit 5a46a58eb6e50cb5204909cc2202e3400761263f
|
430
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
431
|
+
Date: Fri Jan 15 15:56:58 2016 +0100
|
432
|
+
|
433
|
+
Add missing test file.
|
434
|
+
|
435
|
+
commit ccb80989f2779c8441f7f15d160fb2141bd1676d
|
436
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
437
|
+
Date: Fri Jan 15 15:56:35 2016 +0100
|
438
|
+
|
439
|
+
patch 7.4.1094
|
440
|
+
Problem: Test for :hardcopy fails on MS-Windows.
|
441
|
+
Solution: Check for the +postscript feature.
|
442
|
+
|
443
|
+
commit 24c4d539eed33e8073f8f9fe2bee497bbba935a4
|
444
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
445
|
+
Date: Fri Jan 15 15:37:20 2016 +0100
|
446
|
+
|
447
|
+
patch 7.4.1093
|
448
|
+
Problem: Typo in test goes unnoticed.
|
449
|
+
Solution: Fix the typo. Give error for wrong arguments to cursor().
|
450
|
+
(partly by Hirohito Higashi) Add a test for cursor().
|
451
|
+
|
452
|
+
commit a803c7f94070f94b831fdfd1984f288c8b825b5d
|
453
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
454
|
+
Date: Fri Jan 15 15:31:39 2016 +0100
|
455
|
+
|
456
|
+
patch 7.4.1092
|
457
|
+
Problem: It is not simple to test for an exception and give a proper error
|
458
|
+
message.
|
459
|
+
Solution: Add assert_exception().
|
460
|
+
|
461
|
+
commit b01f357791f88c7083e58cf2b36509dd83f21ea2
|
462
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
463
|
+
Date: Fri Jan 15 15:17:04 2016 +0100
|
464
|
+
|
465
|
+
patch 7.4.1091
|
466
|
+
Problem: When making a change while need_wait_return is set there is a two
|
467
|
+
second delay.
|
468
|
+
Solution: Do not assume the ATTENTION prompt was given when need_wait_return
|
469
|
+
was set already.
|
470
|
+
|
471
|
+
commit b5690794cf081773628fa0f1f2b948fd129d5b39
|
472
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
473
|
+
Date: Thu Jan 14 22:10:41 2016 +0100
|
474
|
+
|
475
|
+
patch 7.4.1090
|
476
|
+
Problem: No tests for :hardcopy and related options.
|
477
|
+
Solution: Add test_hardcopy.
|
478
|
+
|
479
|
+
commit ef2b5036b3005f1ce15d146dce72379a9834c56d
|
480
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
481
|
+
Date: Tue Jan 12 22:20:58 2016 +0100
|
482
|
+
|
483
|
+
patch 7.4.1089
|
484
|
+
Problem: Repeating CTRL-A doesn't work.
|
485
|
+
Solution: Call prep_redo_cmd(). (Hirohito Higashi)
|
486
|
+
|
487
|
+
commit 7ae4fbca552c972eb3645ece02a2807e517610d7
|
488
|
+
Author: Bram Moolenaar <Bram@vim.org>
|
489
|
+
Date: Tue Jan 12 21:00:40 2016 +0100
|
490
|
+
|
491
|
+
patch 7.4.1088
|
492
|
+
Problem: Coverity warns for uninitialized variables. Only one is an actual
|
493
|
+
problem.
|
494
|
+
Solution: Move the conditions. Don't use endpos if handling an error.
|
495
|
+
|
1
496
|
commit 2b527328d1927b42ca190ff5f92ba69283bdcad0
|
2
497
|
Author: Karsten Hopp <karsten@redhat.com>
|
3
498
|
Date: Tue Jan 12 14:59:32 2016 +0100
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
16d39b36ad3fca8055dbdd1b558528d8 vim-7.4-1142.tar.bz2
|
@@ -1,4 +1,4 @@
|
|
1
|
-
%define patchlevel
|
1
|
+
%define patchlevel 1142
|
2
2
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
3
3
|
%define WITH_SELINUX 1
|
4
4
|
%endif
|
@@ -21,7 +21,7 @@ Summary: The VIM editor
|
|
21
21
|
URL: http://www.vim.org/
|
22
22
|
Name: vim
|
23
23
|
Version: %{baseversion}.%{patchlevel}
|
24
|
-
Release:
|
24
|
+
Release: 1%{?dist}
|
25
25
|
License: Vim
|
26
26
|
Group: Applications/Editors
|
27
27
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
@@ -758,6 +758,9 @@ rm -rf %{buildroot}
|
|
758
758
|
%{_datadir}/icons/hicolor/*/apps/*
|
759
759
|
|
760
760
|
%changelog
|
761
|
+
* Tue Jan 19 2016 Karsten Hopp <karsten@redhat.com> 7.4.1142-1
|
762
|
+
- patchlevel 1142
|
763
|
+
|
761
764
|
* Tue Jan 12 2016 Karsten Hopp <karsten@redhat.com> - 7.4.1087-2
|
762
765
|
- fix ssh syntax files
|
763
766
|
- fix %%global in spec.vim (rhbz#1058041)
|