diff options
| author | Bram Moolenaar <Bram@vim.org> | 2014-11-27 16:22:48 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2014-11-27 16:22:48 +0100 |
| commit | b96a7f325c9047d6a65424d40e493d3e0eff26b5 (patch) | |
| tree | e1ede3b804b7e235b967d5a607eaa2d4a916fc63 /src/testdir/Make_dos.mak | |
| parent | baf0344ed7031369a0f355beb062eb4c34e35261 (diff) | |
| download | vim-git-b96a7f325c9047d6a65424d40e493d3e0eff26b5.tar.gz | |
updated for version 7.4.530v7.4.530
Problem: Many commands take a count or range that is not using line
numbers.
Solution: For each command specify what kind of count it uses. For windows,
buffers and arguments have "$" and "." have a relevant meaning.
(Marcin Szamotulski)
Diffstat (limited to 'src/testdir/Make_dos.mak')
| -rw-r--r-- | src/testdir/Make_dos.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 7fd276360..d2e070ba0 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak @@ -35,9 +35,11 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test94.out test95.out test96.out test98.out test99.out \ test100.out test101.out test102.out test103.out test104.out \ test105.out test106.out test107.out\ + test_argument_count.out \ test_autoformat_join.out \ test_breakindent.out \ test_changelist.out \ + test_close_count.out \ test_eval.out \ test_insertcount.out \ test_listlbr.out \ |
