diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-05-07 08:38:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-07 08:38:18 +0200 |
| commit | b3adfa03b70fd5ecbe485488c10ee952ec811d93 (patch) | |
| tree | 094ccda252f6b08dd1dda536607aee2a7477acbf /src/nvim/testdir/Makefile | |
| parent | 5a714c53f293fbbb168e4131b81ec280280ff240 (diff) | |
| parent | ac1fbc28601a05cdca19f868449c86b8dd70328c (diff) | |
| download | rneovim-b3adfa03b70fd5ecbe485488c10ee952ec811d93.tar.gz rneovim-b3adfa03b70fd5ecbe485488c10ee952ec811d93.tar.bz2 rneovim-b3adfa03b70fd5ecbe485488c10ee952ec811d93.zip | |
Merge #9978 from janlazo/vim-8.1.1285
vim-patch:8.1.{1284,1285,1286}
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 2535a51b88..8ea2689939 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -22,7 +22,6 @@ SCRIPTS_DEFAULT = \ ifneq ($(OS),Windows_NT) SCRIPTS_DEFAULTS := $(SCRIPTS_DEFAULT) \ - test17.out \ test49.out \ endif |