Skip to content

Tags: jrmolin/vim

Tags

v8.0.0019

Toggle v8.0.0019's commit message
patch 8.0.0019

Problem:    Test_command_count is old style.
Solution:   Turn it into a new style test. (Naruhiko Nishino)
            Use more assert functions.

v8.0.0018

Toggle v8.0.0018's commit message
patch 8.0.0018

Problem:    When using ":sleep" channel input is not handled.
Solution:   When there is a channel check for input also when not in raw mode.
            Check every 100 msec.

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.