diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-02-07 01:33:01 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-02-07 01:33:01 -0500 |
| commit | 827e267800417b8fdd1340d54f5dc5fa9d81bb92 (patch) | |
| tree | d9b03388ce0f9596d20e23b824d4a0385fd4a443 /src/nvim/testdir/Makefile | |
| parent | cc520602458c693645a9d2ad75fcf7796bc38e0c (diff) | |
| parent | 3cf8ad6f48da3239619e95a52017b1a191789c2a (diff) | |
| download | rneovim-827e267800417b8fdd1340d54f5dc5fa9d81bb92.tar.gz rneovim-827e267800417b8fdd1340d54f5dc5fa9d81bb92.tar.bz2 rneovim-827e267800417b8fdd1340d54f5dc5fa9d81bb92.zip | |
Merge pull request #4175 from watiko/vim-7.4.700
vim-patch:7.4.700
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 fe511166f2..d1a7abfbf7 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -15,7 +15,7 @@ SCRIPTS := \ test30.out \ test32.out test34.out \ test36.out test37.out test40.out \ - test42.out test45.out \ + test42.out \ test47.out test48.out test49.out \ test52.out test53.out test55.out \ test64.out \ |