diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2014-08-19 01:36:33 -0400 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2014-08-20 08:27:23 -0400 |
commit | 3b0f7fe59392138c886063b09e3cf41b25d53056 (patch) | |
tree | 8bbd708d924ef68017949e4bf9b773d5d833b82d | |
parent | 359262d58d7255c695ebf7ee574e444d7cec233d (diff) | |
download | rneovim-3b0f7fe59392138c886063b09e3cf41b25d53056.tar.gz rneovim-3b0f7fe59392138c886063b09e3cf41b25d53056.tar.bz2 rneovim-3b0f7fe59392138c886063b09e3cf41b25d53056.zip |
update src/nvim/testdir/Makefile
include breakindent and list related tests
-rw-r--r-- | src/nvim/testdir/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index a7f9dd8fa1..db88755a01 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -30,8 +30,10 @@ SCRIPTS := test_autoformat_join.out \ test91.out test92.out test93.out test94.out test95.out \ test96.out test97.out test98.out test99.out test100.out \ test101.out test102.out test103.out test104.out test105.out \ - test106.out test107.out \ - test_options.out + test106.out test107.out \ + test_options.out \ + test_listlbr.out test_listlbr_utf8.out \ + test_breakindent.out SCRIPTS_GUI := test16.out |