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

Skip to content

Tags: kiss-lawrence/vim

Tags

v7.4.2163

Toggle v7.4.2163's commit message
patch 7.4.2163

Problem:    match() and related functions tested with old style test.
Solution:   Convert to new style test. (Hirohito Higashi)

v7.4.2162

Toggle v7.4.2162's commit message
patch 7.4.2162

Problem:    Result of getcompletion('', 'sign') depends on previous
            completion.
Solution:   Call set_context_in_sign_cmd(). (Dominique Pelle)

v7.4.2161

Toggle v7.4.2161's commit message
patch 7.4.2161

Problem:    Expression test fails without conceal feature.
Solution:   Only check "conceal" with the conceal feature.

v7.4.2160

Toggle v7.4.2160's commit message
patch 7.4.2160

Problem:    setmatches() mixes up values. (Nikolai Pavlov)
Solution:   Save the string instead of reusing a shared buffer.

v7.4.2159

Toggle v7.4.2159's commit message
patch 7.4.2159

Problem:    Insufficient testing for cscope.
Solution:   Add more tests. (Dominique Pelle)

v7.4.2158

Toggle v7.4.2158's commit message
patch 7.4.2158

Problem:    Result of getcompletion('', 'cscope') depends on previous
            completion. (Christian Brabandt)
Solution:   Call set_context_in_cscope_cmd().

v7.4.2157

Toggle v7.4.2157's commit message
patch 7.4.2157

Problem:    Test_job_start_fails() is expected to report memory leaks, making
            it hard to see other leaks in test_partial.
Solution:   Move Test_job_start_fails() to a separate test file.

v7.4.2156

Toggle v7.4.2156's commit message
patch 7.4.2156

Problem:    Compiler warning.
Solution:   Add type cast. (Ken Takata, Mike Williams)

v7.4.2155

Toggle v7.4.2155's commit message
patch 7.4.2155

Problem:    Quotes make GUI test fail on MS-Windows.
Solution:   Remove quotes, strip white space.

v7.4.2154

Toggle v7.4.2154's commit message
patch 7.4.2154

Problem:    Test_communicate() fails sometimes.
Solution:   Add it to the flaky tests.