Bram Moolenaar [Thu, 3 Dec 2015 16:21:28 +0000 (17:21 +0100)]
patch 7.4.953
Problem: When a test script navigates to another buffer the .res file is
created with the wrong name.
Solution: Use the "testname" for the .res file. (Damien)
Bram Moolenaar [Thu, 3 Dec 2015 13:29:02 +0000 (14:29 +0100)]
patch 7.4.949
Problem: When using 'colorcolumn' and there is a sign with a fullwidth
character the highlighting is wrong. (Andrew Stewart)
Solution: Only increment vcol when in the right state. (Christian Brabandt)
Bram Moolenaar [Tue, 1 Dec 2015 19:19:26 +0000 (20:19 +0100)]
patch 7.4.947
Problem: Test_listchars fails with MingW. (Michael Soyka)
Solution: Add the test to the ones that need the fileformat fixed.
(Christian Brabandt)
Bram Moolenaar [Mon, 30 Nov 2015 20:38:24 +0000 (21:38 +0100)]
patch 7.4.945
Problem: New style testing is incomplete.
Solution: Add the runtest script to the list of distributed files.
Add the new functions to the function overview.
Rename the functions to match Vim function style.
Move undolevels testing into a new style test script.
Bram Moolenaar [Sun, 29 Nov 2015 16:35:35 +0000 (17:35 +0100)]
patch 7.4.944
Problem: Writing tests for Vim script is hard.
Solution: Add assertEqual(), assertFalse() and assertTrue() functions. Add
the v:errors variable. Add the runtest script. Add a first new
style test script.
Bram Moolenaar [Sun, 22 Nov 2015 18:39:38 +0000 (19:39 +0100)]
patch 7.4.936
Problem: Crash when dragging with the mouse.
Solution: Add safety check for NULL pointer. Check mouse position for valid
value. (Hirohito Higashi)
Bram Moolenaar [Sun, 22 Nov 2015 14:08:59 +0000 (15:08 +0100)]
patch 7.4.935
Problem: test_utf8 fails on MS-Windows when executed with gvim.
Solution: Use the insert flag on feedkeys() to put the string before the
":" that was already read when checking for available chars.
Bram Moolenaar [Thu, 19 Nov 2015 19:11:54 +0000 (20:11 +0100)]
patch 7.4.929
Problem: "gv" after paste selects one character less if 'selection' is
"exclusive".
Solution: Increment the end position. (Christian Brabandt)
Bram Moolenaar [Thu, 19 Nov 2015 18:55:16 +0000 (19:55 +0100)]
patch 7.4.928
Problem: A clientserver message interrupts handling keys of a mapping.
Solution: Have mch_inchar() send control back to WaitForChar when it is
interrupted by server message. (James Kolb)
Bram Moolenaar [Thu, 19 Nov 2015 18:00:05 +0000 (19:00 +0100)]
patch 7.4.926
Problem: Completing the longest match doesn't work properly with multi-byte
characters.
Solution: When using multi-byte characters use another way to find the
longest match. (Hirohito Higashi)
Bram Moolenaar [Thu, 19 Nov 2015 16:56:13 +0000 (17:56 +0100)]
patch 7.4.925
Problem: User may yank or put using the register being recorded in.
Solution: Add the recording register in the message. (Christian Brabandt,
closes #470)
Bram Moolenaar [Thu, 19 Nov 2015 12:46:48 +0000 (13:46 +0100)]
patch 7.4.924
Problem: DEVELOPER_DIR gets reset by configure.
Solution: Do not reset DEVELOPER_DIR when there is no --with-developer-dir
argument. (Kazuki Sakamoto, closes #482)
Bram Moolenaar [Tue, 10 Nov 2015 18:04:23 +0000 (19:04 +0100)]
patch 7.4.916
Problem: When running out of memory while copying a dict memory may be
freed twice. (ZyX)
Solution: Do not call the garbage collector when running out of memory.
Bram Moolenaar [Tue, 10 Nov 2015 16:50:24 +0000 (17:50 +0100)]
patch 7.4.915
Problem: When removing from 'path' and then adding, a comma may go missing.
(Malcolm Rowe)
Solution: Fix the check for P_ONECOMMA. (closes #471)
Bram Moolenaar [Mon, 2 Nov 2015 14:28:18 +0000 (15:28 +0100)]
patch 7.4.907
Problem: Libraries for dynamically loading interfaces can only be defined
at compile time.
Solution: Add options to specify the dll names. (Kazuki Sakamoto,
closes #452)
Bram Moolenaar [Mon, 2 Nov 2015 13:45:56 +0000 (14:45 +0100)]
patch 7.4.906
Problem: On MS-Windows the viminfo file is (always) given the hidden
attribute. (raulnac)
Solution: Check the hidden attribute in a different way. (Ken Takata)
Bram Moolenaar [Mon, 2 Nov 2015 12:28:59 +0000 (13:28 +0100)]
patch 7.4.905
Problem: Python interface can produce error "vim.message' object has no
attribute 'isatty'".
Solution: Add dummy isatty(), readable(), etc. (closes #464)
Bram Moolenaar [Sat, 31 Oct 2015 14:32:52 +0000 (15:32 +0100)]
patch 7.4.903
Problem: MS-Windows: When 'encoding' differs from the current code page,
expandinig wildcards may cause illegal memory access.
Solution: Allocate a longer buffer. (Ken Takata)
Bram Moolenaar [Fri, 30 Oct 2015 15:46:55 +0000 (16:46 +0100)]
patch 7.4.902
Problem: Problems with using the MS-Windows console.
Solution: Revert patches 7.4.851, 7.4.876 and 7.4.886 until we find a better
solution. (suggested by Ken Takata)
Bram Moolenaar [Fri, 30 Oct 2015 13:23:33 +0000 (14:23 +0100)]
patch 7.4.901
Problem: When a BufLeave autocommand changes folding in a way it syncs
undo, undo can be corrupted.
Solution: Prevent undo sync. (Jacob Niehus)
Bram Moolenaar [Tue, 13 Oct 2015 18:21:49 +0000 (20:21 +0200)]
patch 7.4.897
Problem: Freeze and crash when there is a sleep in a remote command.
(Karl Yngve LervÄg)
Solution: Remove a message from the queue before dealing with it. (James
Kolb)
Bram Moolenaar [Tue, 13 Oct 2015 17:18:04 +0000 (19:18 +0200)]
patch 7.4.895
Problem: Custom command line completion does not work for a command
containing digits.
Solution: Skip over the digits. (suggested by Yasuhiro Matsumoto)
Bram Moolenaar [Tue, 13 Oct 2015 14:13:39 +0000 (16:13 +0200)]
patch 7.4.893
Problem: C indenting is wrong below a "case (foo):" because it is
recognized as a C++ base class construct. Issue #38.
Solution: Check for the case keyword.
Bram Moolenaar [Tue, 13 Oct 2015 11:49:09 +0000 (13:49 +0200)]
patch 7.4.892
Problem: On MS-Windows the iconv DLL may have a different name.
Solution: Also try libiconv2.dll and libiconv-2.dll. (Yasuhiro Matsumoto)
Bram Moolenaar [Wed, 7 Oct 2015 09:41:49 +0000 (11:41 +0200)]
patch 7.4.891
Problem: Indentation of array initializer is wrong.
Solution: Avoid that calling find_start_rawstring() changes the position
returned by find_start_comment(), add a test. (Hirohito Higashi)
patch 7.4.888
Problem: The OptionSet autocommands are not triggered from setwinvar().
Solution: Do not use switch_win() when not needed. (Hirohito Higashi)
patch 7.4.885
Problem: When doing an upwards search without wildcards the search fails if
the initial directory doesn't exist.
Solution: Fix the non-wildcard case. (Stefan Kempf)
patch 7.4.882
Problem: When leaving the command line window with CTRL-C while a
completion menu is displayed the menu isn't removed.
Solution: Force a screen update. (Hirohito Higashi)
patch 7.4.876
Problem: Windows7: when using vim.exe with msys or msys2, conhost.exe
(console window provider on Windows7) will freeze or crash.
Solution: Make original screen buffer active, before executing external
program. And when the program is finished, revert to vim's one.
(Taro Muraoka)
patch 7.4.874
Problem: MS-Windows: When Vim runs inside another application, the size
isn't right.
Solution: When in child mode compute the size differently. (Agorgianitis
Loukas)