diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-07-02 20:00:47 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-07-02 20:00:47 +0200 |
commit | 86b17e914fec6efd3f042090ef9960c35672519c (patch) | |
tree | 29506b14ab04f6cef5ae5294ec5bee805c7406fe /src/testdir/Make_dos.mak | |
parent | ee739b42c08e15bc9dfa5021f7123b4571287720 (diff) | |
download | vim-git-86b17e914fec6efd3f042090ef9960c35672519c.tar.gz |
updated for version 7.4.353v7.4.353
Problem: 'breakindent' doesn't work with the 'list' option.
Solution: Make it work. (Christian Brabandt)
Diffstat (limited to 'src/testdir/Make_dos.mak')
-rw-r--r-- | src/testdir/Make_dos.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 59e28bda3..3c0682b7e 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak @@ -37,6 +37,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test105.out test106.out test107.out\ test_autoformat_join.out \ test_breakindent.out \ + test_listlbr \ test_eval.out \ test_options.out |