summaryrefslogtreecommitdiff
path: root/src/testdir/Make_os2.mak
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/Make_os2.mak
parentb2a851fee41a5a1faddcb862aef2beca69dc063a (diff)
downloadvim-f1d6ccf2f9c8a8ae2c0ec4577946397c103ead2b.zip
updated for version 7.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/Make_os2.mak')
-rw-r--r--src/testdir/Make_os2.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_os2.mak b/src/testdir/Make_os2.mak
index 7a2571b49..a01dedf83 100644
--- a/src/testdir/Make_os2.mak
+++ b/src/testdir/Make_os2.mak
@@ -42,6 +42,7 @@ SCRIPTS = test1.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 \