summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-04-02 19:55:10 +0200
committerBram Moolenaar <Bram@vim.org>2014-04-02 19:55:10 +0200
commitb7cb42bc3878fcb62ed407f47f0a2cc960aa7c1e (patch)
tree5106cbff25dbcf19891a33f658aac198f1e85137 /src/Makefile
parent41571769c9a236fd07b333a5eb98c461636b466c (diff)
updated for version 7.4.242v7.4.242
Problem: getreg() does not distinguish between a NL used for a line break and a NL used for a NUL character. Solution: Add another argument to return a list. (ZyX)
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 55fa662fe0..30545aac67 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1880,6 +1880,7 @@ unittest unittests: $(UNITTEST_TARGETS)
# Run individual test, assuming that Vim was already compiled.
test1 test2 test3 test4 test5 test6 test7 test8 test9 \
+ test_eval \
test_options \
test10 test11 test12 test13 test14 test15 test16 test17 test18 test19 \
test20 test21 test22 test23 test24 test25 test26 test27 test28 test29 \