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
Bram Moolenaar
41f3f3f84e
updated for version 7.3.434
...
Problem: Using join() can be slow.
Solution: Compute the size of the result before allocation to avoid a lot of
allocations and copies. (Taro Muraoka)
2012-02-06 00:13:22 +01:00
Bram Moolenaar
7666fdf497
Added tag v7-3-433 for changeset 8a731d7f0664
2012-02-05 23:10:30 +01:00
Bram Moolenaar
0a02fb26ac
updated for version 7.3.433
...
Problem: Using continued lines in a Vim script can be slow.
Solution: Instead of reallocating for every line use a growarray. (Yasuhiro
Matsumoto)
2012-02-05 23:10:30 +01:00
Bram Moolenaar
5ceed8ff63
Added tag v7-3-432 for changeset 81201fb337a5
2012-02-05 22:51:33 +01:00
Bram Moolenaar
00f959e4f7
updated for version 7.3.432
...
Problem: ACLs are not supported for ZFS or NFSv4 on Solaris.
Solution: Add configure check and code. (Danek Duvall)
2012-02-05 22:51:33 +01:00
Bram Moolenaar
017cfbe183
Added tag v7-3-431 for changeset a27fac494e70
2012-02-05 22:05:48 +01:00
Bram Moolenaar
4f585663b3
updated for version 7.3.431
...
Problem: Fetching a key at a prompt may be confused by escape sequences.
Especially when getting a prompt at a VimEnter autocommand.
(Alex Efros)
Solution: Properly handle escape sequences deleted by check_termcode().
2012-02-05 22:05:48 +01:00
Bram Moolenaar
18ca87eb44
Added tag v7-3-430 for changeset a9f8dd20a49f
2012-02-05 20:08:36 +01:00
Bram Moolenaar
039b3449d8
updated for version 7.3.430
...
Problem: When a custom filetype detection uses "augroup END" the conf
fileytpe detection does not have the filetypedetect group.
Solution: Always end the group and include filetypedetect in the conf
autocommand. (Lech Lorens)
2012-02-05 20:08:36 +01:00
Bram Moolenaar
d5b2b4d274
Added tag v7-3-429 for changeset c9366ca36f6f
2012-02-05 01:18:48 +01:00
Bram Moolenaar
ea09aef397
updated for version 7.3.429
...
Problem: When 'cpoptions' includes "E" "c0" in the first column is an
error. The redo register is then set to the errornous command.
Solution: Do not set the redo register if the command fails because of an
empty region. (Hideki Eiraku)
2012-02-05 01:18:48 +01:00
Bram Moolenaar
6ff44243b3
Added tag v7-3-428 for changeset d473f39aeadf
2012-02-05 00:48:00 +01:00
Bram Moolenaar
f56439a251
updated for version 7.3.428
...
Problem: Win32: an xpm file without a mask crashes Vim.
Solution: Fail when the mask is missing. (Dave Bodenstab)
2012-02-05 00:48:00 +01:00
Bram Moolenaar
4aa1c44ff4
Added tag v7-3-427 for changeset 45467d77047d
2012-02-05 00:39:19 +01:00
Bram Moolenaar
5dc93ea619
updated for version 7.3.427
...
Problem: readfile() can be slow with long lines.
Solution: Use realloc() instead of alloc(). (John Little)
2012-02-05 00:39:18 +01:00
Bram Moolenaar
1754627300
Added tag v7-3-426 for changeset c70c005f61fb
2012-02-04 23:35:00 +01:00
Bram Moolenaar
94f6708715
updated for version 7.3.426
...
Problem: With '$' in 'cpoptions' the $ is not displayed in the first
column.
Solution: Use -1 instead of 0 as a special value. (Hideki Eiraku and
Hirohito Higashi)
2012-02-04 23:35:00 +01:00
Bram Moolenaar
e7e9d1e506
Added tag v7-3-425 for changeset 7b17a38eb223
2012-02-04 22:44:32 +01:00
Bram Moolenaar
18c970d243
updated for version 7.3.425
...
Problem: Search history lines are duplicated. (Edwin Steiner)
Solution: Convert separator character from space to NUL.
2012-02-04 22:44:32 +01:00
Bram Moolenaar
5ec5c0ac36
Added tag v7-3-424 for changeset 2e4539dc2de7
2012-02-04 22:01:48 +01:00
Bram Moolenaar
6121816fe5
updated for version 7.3.424
...
Problem: Win16 version missing some functions.
Solution: Add #defines for the functions.
2012-02-04 22:01:48 +01:00
Bram Moolenaar
397e6e995e
Added tag v7-3-423 for changeset b7811ab264bf
2012-02-04 21:59:02 +01:00