Tags: dgsb/vim
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 )
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.
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.
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)
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)
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 "$".
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)
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.
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 )
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)
You can’t perform that action at this time.