diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2014-09-30 23:03:48 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2014-09-30 23:03:48 -0400 |
| commit | 8a14268ab97e0245a014282c8bb1ccfdf17d014e (patch) | |
| tree | fc40abc08e13259a729b220518fe51958e2fd5dd /src/nvim/testdir/Makefile | |
| parent | afe7ba1e71f0fe43817ae9abac56c721c99f95c6 (diff) | |
| parent | 01fc01e5d6d170715c5f00dab767f857ecec7c21 (diff) | |
| download | rneovim-8a14268ab97e0245a014282c8bb1ccfdf17d014e.tar.gz rneovim-8a14268ab97e0245a014282c8bb1ccfdf17d014e.tar.bz2 rneovim-8a14268ab97e0245a014282c8bb1ccfdf17d014e.zip | |
Merge pull request #1141 from splinterofchaos/system-nl
vim-patch:7.4.247 + vim-patch:7.4.248 + vim-patch:7.4.256 + f_system() bug fix
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 9f04f880b5..26bf35aa94 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -35,7 +35,8 @@ SCRIPTS := test_autoformat_join.out \ test_listlbr.out test_listlbr_utf8.out \ test_changelist.out \ test_breakindent.out \ - test_insertcount.out + test_insertcount.out \ + test_systen.in SCRIPTS_GUI := test16.out |