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

Skip to content

Tags: pyhalov/vim

Tags

v8.0.0115

Toggle v8.0.0115's commit message
patch 8.0.0115

Problem:    When building with Cygwin libwinpthread isn't found.
Solution:   Link winpthread statically. (jmmerz, closes vim#1255, closes vim#1256)

v8.0.0114

Toggle v8.0.0114's commit message
patch 8.0.0114

Problem:    Coding style not optimal.
Solution:   Add spaces. (Ken Takata)

v8.0.0113

Toggle v8.0.0113's commit message
patch 8.0.0113

Problem:    MS-Windows: message box to prompt for saving changes may appear on
            the wrong monitor.
Solution:   Adjust the CenterWindow function. (Ken Takata)

v8.0.0112

Toggle v8.0.0112's commit message
patch 8.0.0112

Problem:    Tests 92 and 93 are old style.
Solution:   Make test92 and test93 new style. (Hirohito Higashi, closes vim#1289)

v8.0.0111

Toggle v8.0.0111's commit message
patch 8.0.0111

Problem:    The :history command is not tested.
Solution:   Add tests. (Dominique Pelle)

v8.0.0110

Toggle v8.0.0110's commit message
patch 8.0.0110

Problem:    Drop command doesn't use existing window.
Solution:   Check the window width properly. (Hirohito Higashi)

v8.0.0109

Toggle v8.0.0109's commit message
patch 8.0.0109

Problem:    Still checking if memcmp() exists while every system should have
            it now.
Solution:   Remove vim_memcmp().  (James McCoy, closes vim#1295)

v8.0.0108

Toggle v8.0.0108's commit message
patch 8.0.0108

Problem:    The channel "drop" option is not tested.
Solution:   Add a test.

v8.0.0107

Toggle v8.0.0107's commit message
patch 8.0.0107

Problem:    When reading channel output in a timer, messages may go missing.
            (Skywind)
Solution:   Add the "drop" option.  Write error messages in the channel log.
            Don't have ch_canread() check for the channel being open.

v8.0.0106

Toggle v8.0.0106's commit message
patch 8.0.0106

Problem:    Cannot use a semicolon in 'backupext'. (Jeff)
Solution:   Allow for a few more characters when "secure" isn't set.