Skip to content

Tags: HaleTom/vim

Tags

v8.0.0017

Toggle v8.0.0017's commit message
patch 8.0.0017

Problem:    Cannot get the number of the current quickfix or location list.
Solution:   Use the current list if "nr" in "what" is zero. (Yegappan
            Lakshmanan)  Remove debug command from test.

v8.0.0016

Toggle v8.0.0016's commit message
patch 8.0.0016

Problem:    Build fails.
Solution:   Include missing change.

v8.0.0015

Toggle v8.0.0015's commit message
patch 8.0.0015

Problem:    Can't tell which part of a channel has "buffered" status.
Solution:   Add an optional argument to ch_status().  Let ch_info() also
            return "buffered" for out_status and err_status.

v8.0.0014

Toggle v8.0.0014's commit message
patch 8.0.0014

Problem:    Crypt tests are old style.
Solution:   Convert to new style.

v8.0.0013

Toggle v8.0.0013's commit message
patch 8.0.0013

Problem:    Missing comma in list.
Solution:   Add the comma.

v8.0.0012

Toggle v8.0.0012's commit message
patch 8.0.0012

Problem:    Typos in comments.
Solution:   Change "its" to "it's". (Matthew Brener, closes vim#1088)

v8.0.0011

Toggle v8.0.0011's commit message
patch 8.0.0011

Problem:    On OSX Test_pipe_through_sort_all() sometimes fails.
Solution:   Add the test to the list of flaky tests.

v8.0.0010

Toggle v8.0.0010's commit message
patch 8.0.0010

Problem:    Crash when editing file that starts with crypt yeader. (igor2x)
Solution:   Check for length of text. (Christian Brabandt) Add a test.

v8.0.0009

Toggle v8.0.0009's commit message
patch 8.0.0009

Problem:    Unecessary workround for AppVeyor.
Solution:   Revert patch 7.4.990. (Christian Brabandt)

v8.0.0008

Toggle v8.0.0008's commit message
patch 8.0.0008

Problem:    Popup complete test is disabled.
Solution:   Enable the test and change the assert. (Hirohito Higashi)