summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-02-13 13:59:59 +0100
committerBram Moolenaar <Bram@vim.org>2018-02-13 13:59:59 +0100
commit07ad816525da67cab3c0db21d1286d221dbc7477 (patch)
tree85c9d2cd2a4185426aa04fa78fd4cdc94e1a7c5a /src/Makefile
parent486797413791f6be12dcec6e5faf4f952e4647ae (diff)
patch 8.0.1514: getting the list of changes is not easyv8.0.1514
Problem: Getting the list of changes is not easy. Solution: Add the getchangelist() function. (Yegappan Lakshmanan, closes #2634)
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 7cd501e9b8..f814c83b27 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2127,6 +2127,7 @@ test_arglist \
test_cd \
test_cdo \
test_changedtick \
+ test_changelist \
test_channel \
test_charsearch \
test_charsearch_utf8 \