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

Skip to content

Tags: hu19891110/vim

Tags

v8.0.0124

Toggle v8.0.0124's commit message
patch 8.0.0124

Problem:    Internal error for assert_inrange(1, 1).
Solution:   Adjust number of allowed arguments. (Dominique Pelle)

v8.0.0123

Toggle v8.0.0123's commit message
patch 8.0.0123

Problem:    Modern Sun compilers define "__sun" instead of "sun".
Solution:   Use __sun. (closes vim#1296)

v8.0.0122

Toggle v8.0.0122's commit message
patch 8.0.0122

Problem:    Channel test is still flaky on OS X.
Solution:   Add a short sleep.

v8.0.0121

Toggle v8.0.0121's commit message
patch 8.0.0121

Problem:    Setting 'cursorline' changes the curswant column. (Daniel Hahler)
Solution:   Add the P_RWINONLY flag. (closes vim#1297)

v8.0.0120

Toggle v8.0.0120's commit message
patch 8.0.0120

Problem:    Channel test is still flaky on OS X.
Solution:   Set the drop argument to "never".

v8.0.0119

Toggle v8.0.0119's commit message
patch 8.0.0119

Problem:    No test for using CTRL-R on the command line.
Solution:   Add a test. (Dominique Pelle) And some more.

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)