Bram Moolenaar
f5876f147a
updated for version 7.3.461
...
Problem: The InsertCharPre autocommand event is not triggered during
completion and when typing several characters quickly.
Solution: Also trigger InsertCharPre during completion. Do not read ahead
when an InsertCharPre autocommand is defined. (Yasuhiro Matsumoto)
v7.3.461
2012-02-29 18:22:08 +01:00
Bram Moolenaar
91856270df
updated for version 7.3.460
...
Problem: Win32: UPX does not compress 64 bit binaries.
Solution: Mention and add the alternative: mpress. (Dave Bodenstab)
v7.3.460
2012-02-29 16:56:39 +01:00
Bram Moolenaar
4336cdf318
updated for version 7.3.459
...
Problem: Win32: Warnings for type conversion.
Solution: Add type casts. (Mike Williams)
v7.3.459
2012-02-29 13:58:47 +01:00
Bram Moolenaar
7f29f7a2f4
updated for version 7.3.458
...
Problem: Crash when calling smsg() during startup.
Solution: Don't use 'shortmess' when it is not set yet.
v7.3.458
2012-02-29 13:51:37 +01:00
Bram Moolenaar
011a34d77d
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().
v7.3.457
2012-02-29 13:49:09 +01:00
Bram Moolenaar
52379eadfb
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)
v7.3.456
2012-02-22 19:13:08 +01:00
Bram Moolenaar
b549a731fb
updated for version 7.3.455
...
Problem: Using many continuation lines can be slow.
Solution: Adjust the reallocation size to the current length.
v7.3.455
2012-02-22 18:29:33 +01:00
Bram Moolenaar
7282bc3e7e
updated for version 7.3.454
...
Problem: Re-allocating memory slows Vim down.
Solution: Use realloc() in ga_grow(). (Dominique Pelle)
v7.3.454
2012-02-22 18:12:32 +01:00
Bram Moolenaar
58437e0409
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)
v7.3.453
2012-02-22 17:58:04 +01:00
Bram Moolenaar
5f1e3e4473
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)
v7.3.452
2012-02-22 17:38:00 +01:00
Bram Moolenaar
db7207e6e5
Updated runtime files.
2012-02-22 17:30:19 +01:00
Bram Moolenaar
84a4c334e1
updated for version 7.3.451
...
Problem: Tcl doesn't work on 64 MS-Windows.
Solution: Make it work. (Dave Bodenstab)
v7.3.451
2012-02-22 16:01:56 +01:00
Bram Moolenaar
ee7d100091
updated for version 7.3.450
...
Problem: Win32: Still a problem with "!start /b".
Solution: Fix pointer use. (Yasuhiro Matsumoto)
v7.3.450
2012-02-22 15:34:08 +01:00
Bram Moolenaar
42ec656524
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.
v7.3.449
2012-02-22 14:58:37 +01:00
Bram Moolenaar
fb7df7be2f
updated for version 7.3.448
...
Problem: Win32: Still a problem with "!start /b".
Solution: Escape only '|'. (Yasuhiro Matsumoto)
v7.3.448
2012-02-22 13:07:05 +01:00
Bram Moolenaar
6b707b4b82
updated for version 7.3.447
...
Problem: Win32: External commands with "start" do not work.
Solution: Unescape part of the command. (Yasuhiro Matsumoto)
v7.3.447
2012-02-21 21:22:44 +01:00
Bram Moolenaar
f66b3fcf6c
updated for version 7.3.446
...
Problem: Win32: External commands with special characters don't work.
Solution: Add the 'shellxescape' option.
v7.3.446
2012-02-20 22:18:30 +01:00
Bram Moolenaar
034b115568
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'.
v7.3.445
2012-02-19 18:19:30 +01:00
Bram Moolenaar
5dc6252d33
Update runtime files.
2012-02-13 00:05:22 +01:00
Bram Moolenaar
61c3519b78
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)
v7.3.444
2012-02-13 00:01:43 +01:00
Bram Moolenaar
a64ba220f0
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)
v7.3.443
2012-02-12 23:23:31 +01:00
Bram Moolenaar
60542ac9fd
updated for version 7.3.442
...
Problem: Still read modelines for ":doautocmd".
Solution: Move check for <nomodeline> to separate function.
v7.3.442
2012-02-12 20:14:01 +01:00
Bram Moolenaar
bbc98db7c4
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)
v7.3.441
2012-02-12 01:55:55 +01:00
Bram Moolenaar
efcb54b78c
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.
v7.3.440
2012-02-12 01:35:10 +01:00
Bram Moolenaar
be74734429
updated for version 7.3.439
...
Problem: Compiler warnings to size casts in Perl interface.
Solution: Use XS macros. (James McCoy)
v7.3.439
2012-02-12 00:31:52 +01:00
Bram Moolenaar
a61d5fbf7a
updated for version 7.3.438
...
Problem: There is no way to avoid ":doautoall" reading modelines.
Solution: Add the <nomodeline> argument. Adjust documentation.
v7.3.438
2012-02-12 00:18:58 +01:00
Bram Moolenaar
28f2908d95
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)
v7.3.437
2012-02-11 23:45:37 +01:00
Bram Moolenaar
68ba0dd633
updated for version 7.3.436
...
Problem: Compiler warnings for types on Windows.
Solution: Add type casts. (Mike Williams)
v7.3.436
2012-02-11 20:44:10 +01:00
Bram Moolenaar
c047b9a49f
updated for version 7.3.435
...
Problem: Compiler warning for unused variable.
Solution: Move the variable inside #ifdef.
v7.3.435
2012-02-11 20:40:55 +01:00
Bram Moolenaar
3fe37d62d1
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)
v7.3.434
2012-02-06 00:13:22 +01:00
Bram Moolenaar
b3a6bbc7b6
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)
v7.3.433
2012-02-05 23:10:30 +01:00
Bram Moolenaar
8d462f9666
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)
v7.3.432
2012-02-05 22:51:33 +01:00
Bram Moolenaar
a8c8a688ac
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().
v7.3.431
2012-02-05 22:05:48 +01:00
Bram Moolenaar
73b2470896
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)
v7.3.430
2012-02-05 20:08:36 +01:00
Bram Moolenaar
be094a1579
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)
v7.3.429
2012-02-05 01:18:48 +01:00
Bram Moolenaar
e37c611012
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)
v7.3.428
2012-02-05 00:48:00 +01:00
Bram Moolenaar
a489e1d9d6
updated for version 7.3.427
...
Problem: readfile() can be slow with long lines.
Solution: Use realloc() instead of alloc(). (John Little)
v7.3.427
2012-02-05 00:39:18 +01:00
Bram Moolenaar
76b9b3696c
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)
v7.3.426
2012-02-04 23:35:00 +01:00
Bram Moolenaar
d87fbc2b1c
updated for version 7.3.425
...
Problem: Search history lines are duplicated. (Edwin Steiner)
Solution: Convert separator character from space to NUL.
v7.3.425
2012-02-04 22:44:32 +01:00
Bram Moolenaar
fbe323d854
updated for version 7.3.424
...
Problem: Win16 version missing some functions.
Solution: Add #defines for the functions.
v7.3.424
2012-02-04 22:01:48 +01:00
Bram Moolenaar
b8ff1fb5eb
updated for version 7.3.423
...
Problem: Small mistakes in comments, proto and indent.
Solution: Fix the mistakes.
Also update runtime files
v7.3.423
2012-02-04 21:59:01 +01:00
Bram Moolenaar
7f85d297dc
updated for version 7.3.422
...
Problem: Python 3 does not have __members__.
Solution: Add "name" and "number" in another way. (lilydjwg)
v7.3.422
2012-02-04 20:17:26 +01:00
Bram Moolenaar
3c70f33440
updated for version 7.3.421
...
Problem: Get E832 when setting 'undofile' in vimrc and there is a file to
be edited on the command line. (Toothpik)
Solution: Do not try reading the undo file for a file that wasn't loaded.
v7.3.421
2012-01-28 18:03:35 +01:00
Bram Moolenaar
16c31fe1b7
updated for version 7.3.420
...
Problem: "it" and "at" don't work properly with a dash in the tag name.
Solution: Require a space to match the tag name. (Christian Brabandt)
v7.3.420
2012-01-26 20:58:26 +01:00
Bram Moolenaar
7d550fbde5
updated for version 7.3.419
...
Problem: DBCS encoding in a user command does not always work.
Solution: Skip over DBCS characters. (Yasuhiro Matsumoto)
v7.3.419
2012-01-26 20:41:26 +01:00
Bram Moolenaar
6110a006d5
updated for version 7.3.418
...
Problem: When a user complete function returns -1 an error message is
given.
Solution: When -2 is returned stop completion silently. (Yasuhiro Matsumoto)
v7.3.418
2012-01-26 18:58:38 +01:00
Bram Moolenaar
8e808d2b4d
updated for version 7.3.417
...
Problem: Test 43 fails with a tiny build.
Solution: Only run test 43 with at least a small build.
v7.3.417
2012-01-26 18:56:47 +01:00
Bram Moolenaar
975261e8a0
updated for version 7.3.416
...
Problem: Compiler warning for wrong pointer.
Solution: Add type cast.
v7.3.416
2012-01-26 18:52:06 +01:00
Bram Moolenaar
f44cfb88f6
updated for version 7.3.416
...
Problem: Compiler warning for wrong pointer.
Solution: Add type cast.
2012-01-26 18:03:07 +01:00
Bram Moolenaar
abe838b099
updated for version 7.3.415
...
Problem: Completion of functions stops once a dictionary is encountered.
(James McCoy)
Solution: Return an empty string instead of NULL.
v7.3.415
2012-01-26 14:32:30 +01:00