Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ssarpal/vim

Tags

v8.0.0587

Toggle v8.0.0587's commit message
patch 8.0.0587: configure check for return value of tgetent skipped

Problem:    Configure check for return value of tgetent is skipped.
Solution:   Always perform the check. (Marvin Schmidt, closes vim#1664)

v8.0.0586

Toggle v8.0.0586's commit message
patch 8.0.0586: no test for mapping timing out

Problem:    No test for mapping timing out.
Solution:   Add a test.

v8.0.0585

Toggle v8.0.0585's commit message
patch 8.0.0585: test_options fails when run in the GUI

Problem:    Test_options fails when run in the GUI.
Solution:   Also check the 'imactivatekey' value when the GUI is not running.
            Specify test values that work and that fail.

v8.0.0584

Toggle v8.0.0584's commit message
patch 8.0.0584: memory leak when executing quickfix tests

Problem:    Memory leak when executing quickfix tests.
Solution:   Free the list reference. (Yegappan Lakshmanan)

v8.0.0583

Toggle v8.0.0583's commit message
patch 8.0.0583: fold test hangs on MS-Windows

Problem:    Fold test hangs on MS-Windows.
Solution:   Avoid overflow in compare.

v8.0.0582

Toggle v8.0.0582's commit message
patch 8.0.0582: illegal memory access with z= command

Problem:    Illegal memory access with z= command. (Dominique Pelle)
Solution:   Avoid case folded text to be longer than the original text.  Use
            MB_PTR2LEN() instead of MB_BYTE2LEN().

v8.0.0581

Toggle v8.0.0581's commit message
patch 8.0.0581: moving folded text is sometimes not correct

Problem:    Moving folded text is sometimes not correct.
Solution:   Bail out when "move_end" is zero. (Matthew Malcomson)

v8.0.0580

Toggle v8.0.0580's commit message
patch 8.0.0580: cannot set the valid flag with setqflist()

Problem:    Cannot set the valid flag with setqflist().
Solution:   Add the "valid" argument. (Yegappan Lakshmanan, closes vim#1642)

v8.0.0579

Toggle v8.0.0579's commit message
patch 8.0.0579: duplicate test case for quickfix

Problem:    Duplicate test case for quickfix.
Solution:   Remove the function. (Yegappan Lakshmanan)

v8.0.0578

Toggle v8.0.0578's commit message
patch 8.0.0578: :simalt on MS-Windows does not work properly

Problem:    :simalt on MS-Windows does not work properly.
Solution:   Put something in the typeahead buffer. (Christian Brabandt)