diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2015-04-29 02:11:30 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-04-29 02:11:30 -0400 |
| commit | 45b617afada9304cb265aad02645b22d76dfc2d5 (patch) | |
| tree | 7f28a768d2c88e646f1bc4e1b9e5b1ea604cce21 /src/nvim/testdir/Makefile | |
| parent | 6a8862ded4d6f1693ac591ac8e47d1acbd044c49 (diff) | |
| parent | b46746b93ef298688cba3d8fbbcdae13e069935c (diff) | |
| download | rneovim-45b617afada9304cb265aad02645b22d76dfc2d5.tar.gz rneovim-45b617afada9304cb265aad02645b22d76dfc2d5.tar.bz2 rneovim-45b617afada9304cb265aad02645b22d76dfc2d5.zip | |
Merge pull request #2041 from fmoralesc/command-ranges
Command ranges (was PR #1793)
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 0a7c16e2cb..2dedc3db12 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -29,7 +29,11 @@ SCRIPTS := test_autoformat_join.out \ test86.out test87.out test88.out \ test96.out \ test_listlbr.out \ - test_breakindent.out + test_breakindent.out \ + test_argument_count.out \ + test_close_count.out \ + test_command_count.out \ + test_argument_0count.out SCRIPTS_GUI := test16.out |