Skip to content

Tags: ynkdir/vim

Tags

crashdump4

Toggle crashdump4's commit message
no comment

crashdump3

Toggle crashdump3's commit message
no comment

crashdump2

Toggle crashdump2's commit message
no comment

crashdump1

Toggle crashdump1's commit message
no comment

v7.4.1094

Toggle v7.4.1094's commit message
patch 7.4.1094

Problem:    Test for :hardcopy fails on MS-Windows.
Solution:   Check for the +postscript feature.

v7.4.1093

Toggle v7.4.1093's commit message
patch 7.4.1093

Problem:    Typo in test goes unnoticed.
Solution:   Fix the typo. Give error for wrong arguments to cursor().
            (partly by Hirohito Higashi) Add a test for cursor().

v7.4.1092

Toggle v7.4.1092's commit message
patch 7.4.1092

Problem:    It is not simple to test for an exception and give a proper error
            message.
Solution:   Add assert_exception().

v7.4.1091

Toggle v7.4.1091's commit message
patch 7.4.1091

Problem:    When making a change while need_wait_return is set there is a two
            second delay.
Solution:   Do not assume the ATTENTION prompt was given when need_wait_return
            was set already.

v7.4.1090

Toggle v7.4.1090's commit message
patch 7.4.1090

Problem:    No tests for :hardcopy and related options.
Solution:   Add test_hardcopy.

v7.4.1089-test1

Toggle v7.4.1089-test1's commit message
appveyor: Disable loading Racket's DLL

Loading Racket's DLL on AppVeyor causes 0xc0000005 error. However the
same executable doesn't cause the error on non-AppVeyor environment.
Disable loading Racket's DLL on AppVeyor for now.