Skip to content

Tags: ebfe/vim

Tags

v7.4.1366

Toggle v7.4.1366's commit message
patch 7.4.1366

Problem:    Typo in test and resulting error in test result.
Solution:   Fix the typo and correct the result. (James McCoy, close vim#650)

v7.4.1365

Toggle v7.4.1365's commit message
patch 7.4.1365

Problem:    Cannot execute a single test function.
Solution:   Add an argument to filter the functions with. (Yasuhiro Matsumoto)

v7.4.1364

Toggle v7.4.1364's commit message
patch 7.4.1364

Problem:    The Win 16 code is not maintained and unused.
Solution:   Remove the Win 16 support.

v7.4.1363

Toggle v7.4.1363's commit message
patch 7.4.1363

Problem:    Compiler warnings with tiny build.
Solution:   Add #ifdefs.

v7.4.1362

Toggle v7.4.1362's commit message
patch 7.4.1362

Problem:    Using unitinialized value.
Solution:   Initialize jo_set.

v7.4.1361

Toggle v7.4.1361's commit message
patch 7.4.1361

Problem:    Channel test fails on Solaris.
Solution:   Use the 1 msec waittime for all systems.

v7.4.1360

Toggle v7.4.1360's commit message
patch 7.4.1360

Problem:    Can't remove a callback with ch_setoptions().
Solution:   When passing zero or an empty string remove the callback.

v7.4.1359

Toggle v7.4.1359's commit message
patch 7.4.1359

Problem:    Channel test ch_sendexpr() times out.
Solution:   Increase the timeout

v7.4.1358

Toggle v7.4.1358's commit message
patch 7.4.1358

Problem:    Compiler warning when not building with +crypt.
Solution:   Add #ifdef. (John Marriott)

v7.4.1357

Toggle v7.4.1357's commit message
patch 7.4.1357

Problem:    Error for returning value from void function.
Solution:   Don't do that.