diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-12-08 04:16:44 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-12-08 04:16:44 +0100 |
commit | f1d6ccf2f9c8a8ae2c0ec4577946397c103ead2b (patch) | |
tree | d400dfd4f59ed200c17eb4df1ffdc6c3d273d192 /src/testdir/Make_os2.mak | |
parent | b2a851fee41a5a1faddcb862aef2beca69dc063a (diff) | |
download | vim-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.mak | 1 |
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 \ |