Age | Commit message (Collapse) | Author |
|
Problem: Test files have inconsistant modelines.
Solution: Don't set 'tabstop' to 2, use 'sts' and 'sw'.
|
|
Problem: Keymap test fails with normal features.
Solution: Bail out if the keymap feature is not supported.
|
|
Problem: Digraph code test coverage is still low.
Solution: Add more tests. (Christian Brabandt)
|
|
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.
|
|
Problem: Digraph tests fails on some systems.
Solution: Run it separately and set 'encoding' early.
|
|
Problem: New digraph test makes testing hang.
Solution: Don't set "nocp".
|
|
Problem: Not much test coverage for digraphs.
Solution: Add a new style digraph test. (Christian Brabandt)
|