summaryrefslogtreecommitdiff
path: root/src/testdir/test_digraph.vim
AgeCommit message (Collapse)Author
2016-08-18patch 7.4.2228Bram Moolenaar
Problem: Test files have inconsistant modelines. Solution: Don't set 'tabstop' to 2, use 'sts' and 'sw'.
2016-07-21patch 7.4.2088Bram Moolenaar
Problem: Keymap test fails with normal features. Solution: Bail out if the keymap feature is not supported.
2016-07-21patch 7.4.2087Bram Moolenaar
Problem: Digraph code test coverage is still low. Solution: Add more tests. (Christian Brabandt)
2016-07-21patch 7.4.2086Bram Moolenaar
Problem: Using the system default encoding makes tests unpredictable. Solution: Always use utf-8 or latin1 in the new style tests. Remove setting encoding and scriptencoding where it is not needed.
2016-07-21patch 7.4.2085Bram Moolenaar
Problem: Digraph tests fails on some systems. Solution: Run it separately and set 'encoding' early.
2016-07-20patch 7.4.2084Bram Moolenaar
Problem: New digraph test makes testing hang. Solution: Don't set "nocp".
2016-07-20patch 7.4.2082Bram Moolenaar
Problem: Not much test coverage for digraphs. Solution: Add a new style digraph test. (Christian Brabandt)