diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2014-09-15 13:53:21 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2014-09-15 13:53:21 -0400 |
| commit | 874296331b70f233e0fbd292e459b84d81d8349c (patch) | |
| tree | e8de51ff8b54f38f1fb343682b7471ec459109f8 /src/nvim/testdir/Makefile | |
| parent | 3ec4e18cd00700abdffb564835dd4cd7e68a0093 (diff) | |
| parent | 4f3d49d92104b871975f963d3f7cb1df111c577b (diff) | |
| download | rneovim-874296331b70f233e0fbd292e459b84d81d8349c.tar.gz rneovim-874296331b70f233e0fbd292e459b84d81d8349c.tar.bz2 rneovim-874296331b70f233e0fbd292e459b84d81d8349c.zip | |
Merge pull request #1177 from NOLFXceptMe/vp-7.4.387
vim-patch:7.4.387
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 92fd47ff6b..81dc49e800 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -33,7 +33,8 @@ SCRIPTS := test_autoformat_join.out \ test106.out test107.out \ test_options.out \ test_listlbr.out test_listlbr_utf8.out \ - test_breakindent.out + test_breakindent.out \ + test_insertcount.out SCRIPTS_GUI := test16.out |