summaryrefslogtreecommitdiffstats
path: root/src/testdir/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-12-08 04:16:44 +0100
committerBram Moolenaar <Bram@vim.org>2014-12-08 04:16:44 +0100
commitf1d6ccf2f9c8a8ae2c0ec4577946397c103ead2b (patch)
treed400dfd4f59ed200c17eb4df1ffdc6c3d273d192 /src/testdir/Makefile
parentb2a851fee41a5a1faddcb862aef2beca69dc063a (diff)
updated for version 7.4.542v7.4.542
Problem: Using a range for window and buffer commands has a few problems. Cannot specify the type of range for a user command. Solution: Add the -addr argument for user commands. Fix problems. (Marcin Szamotulski)
Diffstat (limited to 'src/testdir/Makefile')
-rw-r--r--src/testdir/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Makefile b/src/testdir/Makefile
index aa0ef1ff1f..8f9e33c6ee 100644
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -38,6 +38,7 @@ SCRIPTS = test1.out test2.out test3.out test4.out test5.out test6.out \
test_breakindent.out \
test_changelist.out \
test_close_count.out \
+ test_command_count.out \
test_eval.out \
test_insertcount.out \
test_listlbr.out \