Bram Moolenaar
8a74782fd1
updated for version 7.3.458
...
Problem: Crash when calling smsg() during startup.
Solution: Don't use 'shortmess' when it is not set yet.
2012-02-29 13:51:37 +01:00
Bram Moolenaar
f4f6257213
Added tag v7-3-457 for changeset 4a2744311b3f
2012-02-29 13:49:09 +01:00
Bram Moolenaar
8b0263f3b1
updated for version 7.3.457
...
Problem: When setting $VIMRUNTIME later the directory for fetching
translated messages is not adjusted.
Solution: Put bindtextdomain() in vim_setenv().
2012-02-29 13:49:09 +01:00
Bram Moolenaar
2f73b922ca
Added tag v7-3-456 for changeset 07fd030f89be
2012-02-22 19:13:08 +01:00
Bram Moolenaar
daaf8d96ce
updated for version 7.3.456
...
Problem: ":tab drop file" has several problems, including moving the
current window and opening a new tab for a file that already has a
window.
Solution: Refactor ":tab drop" handling. (Hirohito Higashi)
2012-02-22 19:13:08 +01:00
Bram Moolenaar
d1b8c623ef
Added tag v7-3-455 for changeset e6392f2aed4c
2012-02-22 18:29:33 +01:00
Bram Moolenaar
041ad6ad2b
updated for version 7.3.455
...
Problem: Using many continuation lines can be slow.
Solution: Adjust the reallocation size to the current length.
2012-02-22 18:29:33 +01:00
Bram Moolenaar
ec13050d7f
Added tag v7-3-454 for changeset 1632640a24b4
2012-02-22 18:12:32 +01:00
Bram Moolenaar
5b3226d384
updated for version 7.3.454
...
Problem: Re-allocating memory slows Vim down.
Solution: Use realloc() in ga_grow(). (Dominique Pelle)
2012-02-22 18:12:32 +01:00
Bram Moolenaar
5a1664812a
Added tag v7-3-453 for changeset 791baa7b35e1
2012-02-22 17:58:04 +01:00
Bram Moolenaar
24acdbb8c4
updated for version 7.3.453
...
Problem: Pasting in the command line is slow.
Solution: Don't redraw if there is another character to read. (Dominique
Pelle)
2012-02-22 17:58:04 +01:00
Bram Moolenaar
b1e0d9f36a
Added tag v7-3-452 for changeset f1cde9cf023e
2012-02-22 17:38:00 +01:00
Bram Moolenaar
07cb282c10
updated for version 7.3.452
...
Problem: Undo broken when pasting close to the last line. (Andrey Radev)
Solution: Use a flag to remember if the deleted included the last line.
(Christian Brabandt)
2012-02-22 17:38:00 +01:00
Bram Moolenaar
8ea5044f60
Updated runtime files.
2012-02-22 17:30:19 +01:00
Bram Moolenaar
ef601f550f
Added tag v7-3-451 for changeset 045fdc5b6056
2012-02-22 16:01:56 +01:00
Bram Moolenaar
2746ed110b
updated for version 7.3.451
...
Problem: Tcl doesn't work on 64 MS-Windows.
Solution: Make it work. (Dave Bodenstab)
2012-02-22 16:01:56 +01:00
Bram Moolenaar
a8de39a930
Added tag v7-3-450 for changeset 3479ac596f6c
2012-02-22 15:34:08 +01:00
Bram Moolenaar
a9b8f052dc
updated for version 7.3.450
...
Problem: Win32: Still a problem with "!start /b".
Solution: Fix pointer use. (Yasuhiro Matsumoto)
2012-02-22 15:34:08 +01:00
Bram Moolenaar
dd65c24aa9
Added tag v7-3-449 for changeset 9ccdc4a69d8f
2012-02-22 14:58:37 +01:00
Bram Moolenaar
9639c13944
updated for version 7.3.449
...
Problem: Crash when a BufWinLeave autocommand closes the only other window.
(Daniel Hunt)
Solution: Abort closing a buffer when it becomes the only one.
2012-02-22 14:58:37 +01:00
Bram Moolenaar
a5c05c9858
Added tag v7-3-448 for changeset 756d712b3118
2012-02-22 13:07:06 +01:00
Bram Moolenaar
0c9ab0c213
updated for version 7.3.448
...
Problem: Win32: Still a problem with "!start /b".
Solution: Escape only '|'. (Yasuhiro Matsumoto)
2012-02-22 13:07:05 +01:00
Bram Moolenaar
9d5d7fd7b7
Added tag v7-3-447 for changeset 6a03b0ea2e12
2012-02-21 21:22:45 +01:00
Bram Moolenaar
0081b1f433
updated for version 7.3.447
...
Problem: Win32: External commands with "start" do not work.
Solution: Unescape part of the command. (Yasuhiro Matsumoto)
2012-02-21 21:22:44 +01:00
Bram Moolenaar
1dc0537041
Added tag v7-3-446 for changeset 20ca2e05ae20
2012-02-20 22:18:30 +01:00
Bram Moolenaar
09f5e4f3f8
updated for version 7.3.446
...
Problem: Win32: External commands with special characters don't work.
Solution: Add the 'shellxescape' option.
2012-02-20 22:18:30 +01:00
Bram Moolenaar
e37bd6012c
Added tag v7-3-445 for changeset 397e7e49bb0b
2012-02-19 18:19:30 +01:00
Bram Moolenaar
5774a8d509
updated for version 7.3.445
...
Problem: Can't properly escape commands for cmd.exe.
Solution: Default 'shellxquote' to '('. Append ')' to make '(command)'.
No need to use "/s" for 'shellcmdflag'.
2012-02-19 18:19:30 +01:00
Bram Moolenaar
43959c29a7
Update runtime files.
2012-02-13 00:05:22 +01:00
Bram Moolenaar
1a3ce1a5b4
Added tag v7-3-444 for changeset 72146e7f47fa
2012-02-13 00:01:43 +01:00
Bram Moolenaar
adc375ee9c
updated for version 7.3.444
...
Problem: ":all!" and ":sall!" give error E477, even though the
documentation says these are valid commands.
Solution: Support the exclamation mark. (Hirohito Higashi)
2012-02-13 00:01:43 +01:00
Bram Moolenaar
bbd6848c76
Added tag v7-3-443 for changeset de050fcc24cf
2012-02-12 23:23:31 +01:00
Bram Moolenaar
a94e10f292
updated for version 7.3.443
...
Problem: MS-Windows: 'shcf' and 'shellxquote' defaults are not very good.
Solution: Make a better guess when 'shell' is set to "cmd.exe". (Ben Fritz)
2012-02-12 23:23:31 +01:00
Bram Moolenaar
5bc4b5253c
Added tag v7-3-442 for changeset 198ec1fff71a
2012-02-12 20:14:01 +01:00
Bram Moolenaar
69a471842c
updated for version 7.3.442
...
Problem: Still read modelines for ":doautocmd".
Solution: Move check for <nomodeline> to separate function.
2012-02-12 20:14:01 +01:00
Bram Moolenaar
b1ee52fa81
Added tag v7-3-441 for changeset af4ed13ca541
2012-02-12 01:55:55 +01:00
Bram Moolenaar
d08b2fe09e
updated for version 7.3.441
...
Problem: Newer versions of MzScheme (Racket) require earlier (trampolined)
initialisation.
Solution: Call mzscheme_main() early in main(). (Sergey Khorev)
2012-02-12 01:55:55 +01:00
Bram Moolenaar
341a4b854e
Added tag v7-3-440 for changeset e3cbb11f3555
2012-02-12 01:35:10 +01:00
Bram Moolenaar
2ea91580f5
updated for version 7.3.440
...
Problem: Vim does not support UTF8_STRING for the X selection.
Solution: Add UTF8_STRING atom support. (Alex Efros) Use it only when
'encoding' is set to Unicode.
2012-02-12 01:35:10 +01:00
Bram Moolenaar
7d897a5c8b
Added tag v7-3-439 for changeset dec4338a7da2
2012-02-12 00:31:52 +01:00
Bram Moolenaar
b65d6532f4
updated for version 7.3.439
...
Problem: Compiler warnings to size casts in Perl interface.
Solution: Use XS macros. (James McCoy)
2012-02-12 00:31:52 +01:00
Bram Moolenaar
dc1ffa7ad0
Added tag v7-3-438 for changeset bb67cd961fc3
2012-02-12 00:18:58 +01:00
Bram Moolenaar
cd95bf6def
updated for version 7.3.438
...
Problem: There is no way to avoid ":doautoall" reading modelines.
Solution: Add the <nomodeline> argument. Adjust documentation.
2012-02-12 00:18:58 +01:00
Bram Moolenaar
59a41539e7
Added tag v7-3-437 for changeset 539613ce999d
2012-02-11 23:45:37 +01:00
Bram Moolenaar
83800aba4a
updated for version 7.3.437
...
Problem: Continue looping inside FOR_ALL_TAB_WINDOWS even when already done.
Solution: Use goto instead of break. (Hirohito Higashi)
2012-02-11 23:45:37 +01:00
Bram Moolenaar
1e5efa4ed2
Added tag v7-3-436 for changeset 2a6eb75275d9
2012-02-11 20:44:10 +01:00
Bram Moolenaar
8f18ffcd0a
updated for version 7.3.436
...
Problem: Compiler warnings for types on Windows.
Solution: Add type casts. (Mike Williams)
2012-02-11 20:44:10 +01:00
Bram Moolenaar
c1f5848365
Added tag v7-3-435 for changeset afbf45d85496
2012-02-11 20:40:55 +01:00
Bram Moolenaar
6a2c1087fb
updated for version 7.3.435
...
Problem: Compiler warning for unused variable.
Solution: Move the variable inside #ifdef.
2012-02-11 20:40:55 +01:00
Bram Moolenaar
ae4b5b8f13
Added tag v7-3-434 for changeset 636c2b1cdc8b
2012-02-06 00:13:22 +01:00