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

Skip to content

Tags: stiffme/vim

Tags

v8.0.0118

Toggle v8.0.0118's commit message
patch 8.0.0118

Problem:    "make proto" adds extra function prototype.
Solution:   Add #ifdef.

v8.0.0117

Toggle v8.0.0117's commit message
patch 8.0.0117

Problem:    Parallel make fails. (J. Lewis Muir)
Solution:   Make sure the objects directory exists. (closes vim#1259)

v8.0.0116

Toggle v8.0.0116's commit message
patch 8.0.0116

Problem:    When reading English help and using CTRl-] the language from
            'helplang' is used.
Solution:   Make help tag jumps keep the language. (Tatsuki, test by Hirohito
            Higashi, closes vim#1249)

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)