Skip to content

Tags: tongdh83/vim

Tags

v8.0.1509

Toggle v8.0.1509's commit message
patch 8.0.1509: test for failing drag-n-drop command no longer fails

Problem:    Test for failing drag-n-drop command no longer fails.
Solution:   Check for the "dnd" feature.

v8.0.1508

Toggle v8.0.1508's commit message
patch 8.0.1508: the :drop command is not always available

Problem:    The :drop command is not always available.
Solution:   Include :drop in all builds. (Yasuhiro Matsumoto, closes vim#2639)

v8.0.1507

Toggle v8.0.1507's commit message
patch 8.0.1507: timer test is a bit flaky

Problem:    Timer test is a bit flaky.
Solution:   Add it to the list of flaky tests.

v8.0.1506

Toggle v8.0.1506's commit message
patch 8.0.1506: new version of HP NonStop (Tandem) doesn't like a header

Problem:    New version of HP NonStop (Tandem) doesn't like the default header
            for setenv().
Solution:   Put a #ifdef around the setenv() entry. (Joachim Schmitz)

v8.0.1505

Toggle v8.0.1505's commit message
patch 8.0.1505: debugger can't break on a condition

Problem:    Debugger can't break on a condition. (Charles Campbell)
Solution:   Add ":breakadd expr". (Christian Brabandt, closes vim#859)

v8.0.1504

Toggle v8.0.1504's commit message
patch 8.0.1504: Win32: the screen may be cleared on startup

Problem:    Win32: the screen may be cleared on startup.
Solution:   Only call shell_resized() when the size actually changed. (Ken
            Takata, closes vim#2527)

v8.0.1503

Toggle v8.0.1503's commit message
patch 8.0.1503: access memory beyond end of string

Problem:    Access memory beyond end of string. (Coverity)
Solution:   Keep allocated memory in separate pointer.  Avoid outputting the
            NUL character.

v8.0.1502

Toggle v8.0.1502's commit message
patch 8.0.1502: in out-of-memory situation character is not restored

Problem:    In out-of-memory situation character is not restored. (Coverity)
Solution:   Restore the character in all situations.

v8.0.1501

Toggle v8.0.1501's commit message
patch 8.0.1501: out-of-memory situation not correctly handled

Problem:    Out-of-memory situation not correctly handled. (Coverity)
Solution:   Check for NULL value.

v8.0.1500

Toggle v8.0.1500's commit message
patch 8.0.1500: possible NULL pointer dereference

Problem:    Possible NULL pointer dereference. (Coverity)
Solution:   Check for the pointer not being NULL.