Bram Moolenaar
4d526ad35a
updated for version 7.2.352
...
Problem: Win64: Vim doesn't work when cross-compiled with MingW libraries.
Solution: Always return TRUE for the WM_NCCREATE message. (Andy Kittner)
2010-02-03 12:23:24 +01:00
Bram Moolenaar
d21d9a6c61
updated for version 7.2.351
...
Problem: Can't build with some compilers.
Solution: Move the #ifdef outside of a macro. Cleanup the code.
2010-01-28 22:58:16 +01:00
Bram Moolenaar
c5d5d01ad9
updated for version 7.2.350
...
Problem: Win32: When changing font the window may jump from the secondary
to the primary screen. (Michael Wookey)
Solution: When the screen position was negative don't correct it to zero.
2010-01-27 21:05:05 +01:00
Bram Moolenaar
6d1dcffc35
updated for version 7.2.349
...
Problem: CTRL-W gf doesn't put the new tab in the same place as "tab split"
and "gf". (Tony Mechelynck)
Solution: Store the tab number in cmdmod.tab.
2010-01-27 20:26:46 +01:00
Bram Moolenaar
da4d7a92d5
updated for version 7.2.348
...
Problem: Unicode double-width characters are not up-to date.
Solution: Produce the double-width table like the others.
2010-01-27 18:29:26 +01:00
Bram Moolenaar
0dbf720d86
updated for version 7.2.347
...
Problem: Crash when executing <expr> mapping redefines that same mapping.
Solution: Save the values used before evaluating the expression.
2010-01-27 17:31:43 +01:00
Bram Moolenaar
38ef43b262
updated for version 7.2.346
...
Problem: Repeating a command with @: causes a mapping to be applied twice.
Solution: Do not remap characters inserted in the typeahead buffer. (Kana
Natsuno)
2010-01-27 16:31:13 +01:00
Bram Moolenaar
5075aad6a8
updated for version 7.2.345
...
Problem: Tab line is not updated when the value of 'bt' is changed.
Solution: Call redraw_titles(). (Lech Lorens)
2010-01-27 15:58:13 +01:00
Bram Moolenaar
8d8ef0b0b9
updated for version 7.2.344
...
Problem: Can't compile on some systems
Solution: Move the #ifdef outside of the mch_open macro. (Patrick Texier)
2010-01-20 21:41:47 +01:00
Bram Moolenaar
fc307fa1a6
updated for version 7.2.343
...
Problem: Can't compile on Win32.
Solution: Insert the missing bar.
2010-01-19 23:30:41 +01:00
Bram Moolenaar
d836bb90ab
updated for version 7.2.342
...
Problem: Popup menu displayed wrong in 'rightleft' mode when there are
multi-byte characters.
Solution: Adjust the column computations. (Dominique Pelle)
2010-01-19 18:06:03 +01:00
Bram Moolenaar
e4ebd29ea9
updated for version 7.2.341
...
Problem: Popup menu wraps to next line when double-wide character doesn't
fit. (Jiang Ma)
Solution: Display a ">" instead. (Dominique Pelle)
2010-01-19 17:40:46 +01:00
Bram Moolenaar
3ee0229f64
updated for version 7.2.340
...
Problem: Gcc warning for condition that can never be true. (James Vega)
Solution: Use start_lvl instead flp->lvl.
2010-01-19 17:24:25 +01:00
Bram Moolenaar
c4e4198730
updated for version 7.2.339
...
Problem: Part of --startuptime patch is missing.
Solution: Add check for time_fd.
2010-01-19 16:31:47 +01:00
Bram Moolenaar
6b29b0e809
updated for version 7.2.338
...
Problem: Part of FD_CLOEXEC change is missing.
Solution: Include source file skipped because of typo.
2010-01-19 16:22:03 +01:00
Bram Moolenaar
3d63e3f160
updated for version 7.2.337
...
Problem: The :compiler command doesn't function properly when invoked in a
function.
Solution: Add "g:" before "current_compiler". (Yukihiro Nakadaira)
2010-01-19 16:13:50 +01:00
Bram Moolenaar
7e506b6a42
updated for version 7.2.336
...
Problem: MzScheme interface can't evaluate an expression.
Solution: Add mzeval(). (Sergey Khorev)
2010-01-19 15:55:06 +01:00
Bram Moolenaar
6d8027a6c2
updated for version 7.2.335
...
Problem: The CTRL-] command escapes too many characters.
Solution: Use a different list of characters to be escaped. (Sergey Khorev)
2010-01-19 15:24:27 +01:00
Bram Moolenaar
8065d7fd9c
updated for version 7.2.334
...
Problem: Postponing keys in Netbeans interface does not work properly.
Solution: Store the key string instead of the number. Avoid an infinite
loop. (Mostly by Xavier de Gaye)
2010-01-19 15:13:14 +01:00
Bram Moolenaar
2660c0ea9b
updated for version 7.2.333
...
Problem: Warnings from static code analysis.
Solution: Small changes to various lines. (Dominique Pelle)
2010-01-19 14:59:56 +01:00
Bram Moolenaar
3ea38ef239
updated for version 7.2.332
...
Problem: Crash when spell correcting triggers an autocommand that reloads
the buffer.
Solution: Make a copy of the line to be modified. (Dominique Pelle)
2010-01-19 13:08:42 +01:00
Bram Moolenaar
f68f656213
updated for version 7.2.331
...
Problem: Can't interrupt "echo list" for a very long list.
Solution: Call line_breakcheck() in list_join().
2010-01-19 12:48:05 +01:00
Bram Moolenaar
3e8cb58725
updated for version 7.2.330
...
Problem: Tables for Unicode case operators are outdated.
Solution: Add a Vim script for generating the tables. Include tables for
Unicode 5.2.
2010-01-12 19:52:03 +01:00
Bram Moolenaar
5890b2cf9e
updated for version 7.2.329
...
Problem: "g_" doesn't position cursor correctly when in Visual mode and
'selection' is "exclusive". (Ben Fritz)
Solution: Call adjust_for_sel().
2010-01-12 15:42:37 +01:00
Bram Moolenaar
e37d79928d
updated for version 7.2.328
...
Problem: has("win64") does not return 1 on 64 bit MS-Windows version.
Solution: Also check for _WIN64 besides WIN64.
2010-01-12 13:18:33 +01:00
Bram Moolenaar
ba07ce32cc
updated for version 7.2.327
2010-01-06 18:25:34 +01:00
Bram Moolenaar
6f97701373
updated for version 7.2.326
2010-01-06 17:53:38 +01:00
Bram Moolenaar
70d60e9da1
updated for version 7.2-325
2009-12-31 13:53:33 +00:00
Bram Moolenaar
742d1ecd17
updated for version 7.2-324
2009-12-31 12:18:30 +00:00
Bram Moolenaar
281daf62aa
updated for version 7.2-323
2009-12-24 15:11:40 +00:00
Bram Moolenaar
3084894793
updated for version 7.2-322
2009-12-24 14:46:12 +00:00
Bram Moolenaar
c7be3f30d0
updated for version 7.2-321
2009-12-24 14:01:12 +00:00
Bram Moolenaar
0a1c0ece44
updated for version 7.2-320
2009-12-16 18:02:47 +00:00
Bram Moolenaar
088598d7d6
updated for version 7.2-319
2009-12-16 17:49:39 +00:00
Bram Moolenaar
5d985b9cca
updated for version 7.2-318
2009-12-16 17:28:07 +00:00
Bram Moolenaar
f5b6386f4f
updated for version 7.2-317
2009-12-16 17:13:44 +00:00
Bram Moolenaar
56d1db3067
updated for version 7.2-316
2009-12-16 16:14:51 +00:00
Bram Moolenaar
72951077b9
updated for version 7.2-315
2009-12-02 16:58:33 +00:00
Bram Moolenaar
d7cd61723e
updated for version 7.2-314
2009-12-02 16:47:11 +00:00
Bram Moolenaar
d7834d3065
updated for version 7.2-313
2009-12-02 16:14:36 +00:00
Bram Moolenaar
243973325e
updated for version 7.2-312
2009-12-02 14:02:39 +00:00
Bram Moolenaar
f4888d0535
updated for version 7.2-311
2009-12-02 12:31:27 +00:00
Bram Moolenaar
43b36a3bc6
updated for version 7.2-310
2009-12-02 11:08:38 +00:00
Bram Moolenaar
d32a319f40
updated for version 7.2-309
2009-11-26 19:40:49 +00:00
Bram Moolenaar
5ea08a893a
updated for version 7.2-308
2009-11-25 18:51:24 +00:00
Bram Moolenaar
d3005803d5
updated for version 7.2-307
2009-11-25 17:21:32 +00:00
Bram Moolenaar
099d01d4a7
updated for version 7.2-306
2009-11-25 16:14:45 +00:00
Bram Moolenaar
19f990e497
updated for version 7.2-305
2009-11-25 12:08:03 +00:00
Bram Moolenaar
331dafdbb8
updated for version 7.2-304
2009-11-25 11:38:30 +00:00
Bram Moolenaar
4592dee576
updated for version 7.2-303
2009-11-18 19:11:58 +00:00