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

Skip to content

Tags: yjhan96/vim

Tags

v8.0.1052

Toggle v8.0.1052's commit message
patch 8.0.1052: term_start() does not allow in_io, out_io and err_io …

…options

Problem:    term_start() does not allow in_io, out_io and err_io options.
Solution:   Add JO_OUT_IO to get_job_options().

v8.0.1051

Toggle v8.0.1051's commit message
patch 8.0.1051: cannot run terminal with spaces in argument

Problem:    Cannot run terminal with spaces in argument.
Solution:   Accept backslash to escape space and other characters. (closes
            vim#1999)

v8.0.1050

Toggle v8.0.1050's commit message
patch 8.0.1050: terminal window feature not included by default

Problem:    Terminal window feature not included by default.
Solution:   Include the terminal feature for the "huge" build.

v8.0.1049

Toggle v8.0.1049's commit message
patch 8.0.1049: shell on Mac can't handle long text

Problem:    Shell on Mac can't handle long text, making terminal test fail.
Solution:   Only write 1000 characters instead of 5000.

v8.0.1048

Toggle v8.0.1048's commit message
patch 8.0.1048: no test for what 8.0.1020 fixes

Problem:    No test for what 8.0.1020 fixes.
Solution:   Add test_feedinput().  Add a test. (Ozaki Kiichi, closes vim#2046)

v8.0.1047

Toggle v8.0.1047's commit message
patch 8.0.1047: buffer overflow in Ruby

Problem:    Buffer overflow in Ruby.
Solution:   Allocate one more byte. (Dominique Pelle)

v8.0.1046

Toggle v8.0.1046's commit message
patch 8.0.1046: code duplication in diff mode

Problem:    Code duplication in diff mode.
Solution:   Use diff_equal_char() also in diff_cmp(). (Rick Howe)

v8.0.1045

Toggle v8.0.1045's commit message
patch 8.0.1045: running tests may pollute shell history

Problem:    Running tests may pollute shell history. (Manuel Ortega)
Solution:   Make $HISTFILE empty.

v8.0.1044

Toggle v8.0.1044's commit message
patch 8.0.1044: warning for uninitialized variable

Problem:    Warning for uninitialized variable. (John Marriott)
Solution:   Initialize ind_pre.

v8.0.1043

Toggle v8.0.1043's commit message
patch 8.0.1043: warning for uninitialized variable

Problem:    Warning for uninitialized variable. (John Marriott)
Solution:   Move code to check indent inside "if".