Mercurial > vim
diff src/testdir/Make_amiga.mak @ 6026:d42a1d3b74d4 v7.4.353
updated for version 7.4.353
Problem: 'breakindent' doesn't work with the 'list' option.
Solution: Make it work. (Christian Brabandt)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 02 Jul 2014 20:00:47 +0200 |
parents | ef83b423ebf7 |
children | 50575818a97f |
line wrap: on
line diff
--- a/src/testdir/Make_amiga.mak +++ b/src/testdir/Make_amiga.mak @@ -38,6 +38,7 @@ SCRIPTS = test1.out test3.out test4.out test104.out test105.out test106.out test107.out \ test_autoformat_join.out \ test_breakindent.out \ + test_listlbr.out \ test_eval.out \ test_options.out @@ -165,5 +166,6 @@ test106.out: test106.in test107.out: test107.in test_autoformat_join.out: test_autoformat_join.in test_breakindent.out: test_breakindent.in +test_listlbr.out: test_listlbr.in test_eval.out: test_eval.in test_options.out: test_options.in