summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-20 22:01:12 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-20 22:01:12 +0200
commit397eadbe25370394e0dc3cb18766533a15b8d1c0 (patch)
tree0ed23b9733b7a414ec60c274eccc765e6d25024f /src/Makefile
parentc1542744e788d96fed24dd421f43009288092504 (diff)
downloadvim-397eadbe25370394e0dc3cb18766533a15b8d1c0.zip
patch 7.4.2082
Problem: Not much test coverage for digraphs. Solution: Add a new style digraph test. (Christian Brabandt)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 80a15b977..316c0e62a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2061,6 +2061,7 @@ test_arglist \
test_cscope \
test_cursor_func \
test_delete \
+ test_digraph \
test_ex_undo \
test_execute_func \
test_expand \