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

Skip to content

Tags: dgsb/vim

Tags

v7.4.963

Toggle v7.4.963's commit message
patch 7.4.963

Problem:    test_listlbr_utf8 sometimes fails.
Solution:   Don't use a literal multibyte character but <C-V>uXXXX. Do not
            dump the screen highlighting. (Christian Brabandt, closes vim#518)

v7.4.962

Toggle v7.4.962's commit message
patch 7.4.962

Problem:    Cannot run the tests with gvim.  Cannot run individual new stests.
Solution:   Add the -f flag. Add new test targets in Makefile.

v7.4.961

Toggle v7.4.961's commit message
patch 7.4.961

Problem:    Test107 fails in some circunstances.
Solution:   When using "zt", "zb" and "z=" recompute the fraction.

v7.4.960

Toggle v7.4.960's commit message
patch 7.4.960

Problem:    Detecting every version of nmake is clumsy.
Solution:   Use a tiny C program to get the version of _MSC_VER. (Ken Takata)

v7.4.959

Toggle v7.4.959's commit message
patch 7.4.959

Problem:    When setting 'term' the clipboard ownership is lost.
Solution:   Do not call clip_init(). (James McCoy)

v7.4.958

Toggle v7.4.958's commit message
patch 7.4.958

Problem:    Vim checks if the directory "$TMPDIR" exists.
Solution:   Do not check if the name starts with "$".

v7.4.957

Toggle v7.4.957's commit message
patch 7.4.957

Problem:    Test_tagcase fails when using another language than English.
Solution:   Set the messages language to C. (Kenichi Ito)

v7.4.956

Toggle v7.4.956's commit message
patch 7.4.956

Problem:    A few more file name extensions not recognized.
Solution:   Add .asciidoc, .bzl, .gradle, etc.

v7.4.955

Toggle v7.4.955's commit message
patch 7.4.955

Problem:    Vim doesn't recognize .pl6 and .pod6 files.
Solution:   Recognize them as perl6 and pod6. (Mike Eve, closes vim#511)

v7.4.954

Toggle v7.4.954's commit message
patch 7.4.954

Problem:    When using Lua there may be a crash. (issue vim#468)
Solution:   Avoid using an unitialized tv. (Yukihiro Nakadaira)