summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-04-29 12:15:40 +0200
committerBram Moolenaar <Bram@vim.org>2014-04-29 12:15:40 +0200
commitd69bd9af3ccf5edd2138fb7abd68d35f7b84ef7e (patch)
tree722c4dd7ab344ec2ffc904b229de7aa2dd8c63d8 /src/Makefile
parent33e87789a740fadcae473c60a00de2a13c55a7d0 (diff)
downloadvim-git-d69bd9af3ccf5edd2138fb7abd68d35f7b84ef7e.tar.gz
updated for version 7.4.267v7.4.267
Problem: The '[ mark is in the wrong position after "gq". (Ingo Karkat) Solution: Add the setmark argument to do_join(). (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 30545aac6..223fdc0dc 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_autoformat_join \
test_eval \
test_options \
test10 test11 test12 test13 test14 test15 test16 test17 test18 test19 \