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

Skip to content

Tags: aryangelord/vim

Tags

v7.4.2344

Toggle v7.4.2344's commit message
patch 7.4.2344

Problem:    The "Reading from channel output..." message can be unwanted.
            Appending to a buffer leaves an empty first line behind.
Solution:   Add the "out_msg" and "err_msg" options. Writing the first line
            overwrites the first, empty line.

v7.4.2343

Toggle v7.4.2343's commit message
patch 7.4.2343

Problem:    Too many old file tests.
Solution:   Turn several into new style tests. (Yegappan Lakshmanan)

v7.4.2342

Toggle v7.4.2342's commit message
patch 7.4.2342

Problem:    Typo in MS-Windows build script.
Solution:   change "w2" to "22".

v7.4.2341

Toggle v7.4.2341's commit message
patch 7.4.2341

Problem:    Tiny things.  Test doesn't clean up properly.
Solution:   Adjust comment and white space. Restore option value.

v7.4.2340

Toggle v7.4.2340's commit message
patch 7.4.2340

Problem:    MS-Windows: Building with Ruby uses old version.
Solution:   Update to 2.2.X. Use clearer name for the API version. (Ken
            Takata)

v7.4.2339

Toggle v7.4.2339's commit message
patch 7.4.2339

Problem:    Tab page test fails when run as fake root.
Solution:   Check 'buftype' instead of 'filetype'. (James McCoy, closes vim#1042)

v7.4.2338

Toggle v7.4.2338's commit message
patch 7.4.2338

Problem:    Can't build with small features. (John Marriott)
Solution:   Nearly always define FEAT_TAG_BINS.

v7.4.2337

Toggle v7.4.2337's commit message
patch 7.4.2337

Problem:    taglist() is still slow. (Luc Hermitte)
Solution:   Check for CTRL-C less often when finding duplicates.

v7.4.2336

Toggle v7.4.2336's commit message
patch 7.4.2336

Problem:    Running normal mode tests leave a couple of files behind.
            (Yegappan Lakshmanan)
Solution:   Delete the files. (Christian Brabandt)

v7.4.2335

Toggle v7.4.2335's commit message
patch 7.4.2335

Problem:    taglist() is slow. (Luc Hermitte)
Solution:   Check for CTRL-C less often when doing a linear search. (closes
            vim#1044)