commit | 397eadbe25370394e0dc3cb18766533a15b8d1c0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 20 22:01:12 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 20 22:01:12 2016 +0200 |
tree | 0ed23b9733b7a414ec60c274eccc765e6d25024f | |
parent | c1542744e788d96fed24dd421f43009288092504 [diff] [blame] |
patch 7.4.2082 Problem: Not much test coverage for digraphs. Solution: Add a new style digraph test. (Christian Brabandt)
diff --git a/src/Makefile b/src/Makefile index 80a15b9..316c0e6 100644 --- a/src/Makefile +++ b/src/Makefile
@@ -2061,6 +2061,7 @@ test_cscope \ test_cursor_func \ test_delete \ + test_digraph \ test_ex_undo \ test_execute_func \ test_expand \