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

Skip to content

Tags: scauligi/vim

Tags

v8.0.0911

Toggle v8.0.0911's commit message
patch 8.0.0911: terminal test takes too long

Problem:    Terminal test takes too long.
Solution:   Instead of "sleep 1" use a Python program to briefly sleep.

v8.0.0910

Toggle v8.0.0910's commit message
patch 8.0.0910: cannot create a terminal in the current window

Problem:    Cannot create a terminal in the current window.
Solution:   Add option "curwin" and ++curwin.

v8.0.0909

Toggle v8.0.0909's commit message
patch 8.0.0909: channel test fails

Problem:    Channel test fails.
Solution:   Allow for "cwd" and "env" arguments.

v8.0.0908

Toggle v8.0.0908's commit message
patch 8.0.0908: cannot set terminal size with options

Problem:    Cannot set terminal size with options.
Solution:   Add "term_rows", "term_cols" and "vertical".

v8.0.0907

Toggle v8.0.0907's commit message
patch 8.0.0907: with cp932 font names might be misinterpreted

Problem:    With cp932 font names might be misinterpreted.
Solution:   Do not see "_" as a space when it is the second byte of a double
            byte character. (Ken Takata)

v8.0.0906

Toggle v8.0.0906's commit message
patch 8.0.0906: don't recognize Couchbase files

Problem:    Don't recognize Couchbase files.
Solution:   Add filetype detection. (Eugene Ciurana, closes vim#1951)

v8.0.0905

Toggle v8.0.0905's commit message
patch 8.0.0905: MS-Windows: broken multi-byte characters in the console

Problem:    MS-Windows: broken multi-byte characters in the console.
Solution:   Restore all regions of the console buffer. (Ken Takata)

v8.0.0904

Toggle v8.0.0904's commit message
patch 8.0.0904: cannot set a location list from text

Problem:    Cannot set a location list from text.
Solution:   Add the "text" argument to setqflist(). (Yegappan Lakshmanan)

v8.0.0903

Toggle v8.0.0903's commit message
patch 8.0.0903: early return from test function

Problem:    Early return from test function.
Solution:   Remove the return.

v8.0.0902

Toggle v8.0.0902's commit message
patch 8.0.0902: cannot specify directory or environment for a job

Problem:    Cannot specify directory or environment for a job.
Solution:   Add the "cwd" and "env" arguments to job options. (Yasuhiro
            Matsumoto, closes vim#1160)