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

Skip to content

Tags: godwinjavaee/vim

Tags

v7.4.1424

Toggle v7.4.1424's commit message
patch 7.4.1424

Problem:    Not using --not-a-term when running tests on MS-Windows.
Solution:   Use NO_PLUGIN. (Christian Brabandt)

v7.4.1423

Toggle v7.4.1423's commit message
patch 7.4.1423

Problem:    Channel test fails on MS-Windows.
Solution:   Do not give an error message when reading fails, assume the other
            end exited.

v7.4.1422

Toggle v7.4.1422's commit message
patch 7.4.1422

Problem:    Error when reading fails uses wrong errno.  Keeping channel open
            after job stops results in test failing.
Solution:   Move the error up.  Add ch_job_killed.

v7.4.1421

Toggle v7.4.1421's commit message
patch 7.4.1421

Problem:    May free a channel when a callback may need to be invoked.
Solution:   Keep the channel when refcount is zero.

v7.4.1420

Toggle v7.4.1420's commit message
patch 7.4.1420

Problem:    Missing makefile.
Solution:   Type the path correctly.

v7.4.1419

Toggle v7.4.1419's commit message
patch 7.4.1419

Problem:    Tests slowed down because of the "not a terminal" warning.
Solution:   Add the --not-a-term command line argument.

v7.4.1418

Toggle v7.4.1418's commit message
patch 7.4.1418

Problem:    job_stop() on MS-Windows does not really stop the job.
Solution:   Make the default to stop the job forcefully. (Ken Takata)
            Make MS-Windows and Unix more similar.

v7.4.1417

Toggle v7.4.1417's commit message
patch 7.4.1417

Problem:    Missing appveyor.bat from the distribution.
Solution:   Add it to the list of files.

v7.4.1416

Toggle v7.4.1416's commit message
patch 7.4.1416

Problem:    Using "u_char" intead of "char_u", which doesn't work everywhere.
            (Jörg Plate)
Solution:   Use "char_u" always.

v7.4.1415

Toggle v7.4.1415's commit message
patch 7.4.1415

Problem:    Dropped the skip-tags setting.
Solution:   Put it back.