diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2015-05-25 16:30:17 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-05-25 16:30:17 -0400 |
| commit | a7b5ae37a71dae93f86da3003bf267fc4f4490f0 (patch) | |
| tree | e9b0aba5a26f1cf543ba266aabd9edb0911d7c54 /src/nvim/testdir/Makefile | |
| parent | 297973ab00155048a627e8bf72ff4b14d71a6a01 (diff) | |
| parent | e4c3ac1f82ea69777e1dcbfeb18a42c572c54d8f (diff) | |
| download | rneovim-a7b5ae37a71dae93f86da3003bf267fc4f4490f0.tar.gz rneovim-a7b5ae37a71dae93f86da3003bf267fc4f4490f0.tar.bz2 rneovim-a7b5ae37a71dae93f86da3003bf267fc4f4490f0.zip | |
Merge #2555 Remove "j" flag from 'cpoptions'
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 6ff3763fd4..f22cb79748 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -14,7 +14,7 @@ SCRIPTS := test_autoformat_join.out \ test11.out test12.out test13.out test14.out \ test17.out \ test24.out \ - test26.out test27.out test29.out test30.out \ + test26.out test27.out test30.out \ test32.out test34.out \ test36.out test37.out test39.out test40.out \ test42.out test43.out test45.out \ |