diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2017-01-04 08:24:36 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2017-01-04 08:24:36 +0100 |
| commit | 6f9be2464c9385d0f3c8a7bd6a10e765826ceddf (patch) | |
| tree | 2cb67c82325e1a5a125b35eff0499682946815ac /src/nvim/testdir | |
| parent | af828f22575c8591a176bd9d85ee07f87ba8b911 (diff) | |
| parent | a63675c38426944001139b5eaf36d1eb7963df2f (diff) | |
| download | rneovim-6f9be2464c9385d0f3c8a7bd6a10e765826ceddf.tar.gz rneovim-6f9be2464c9385d0f3c8a7bd6a10e765826ceddf.tar.bz2 rneovim-6f9be2464c9385d0f3c8a7bd6a10e765826ceddf.zip | |
Merge #5872 justinmk/test_autochdir
Diffstat (limited to 'src/nvim/testdir')
| -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 84a0c0b889..612071e2e2 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -43,8 +43,8 @@ NEW_TESTS = \ test_quickfix.res \ test_signs.res \ test_syntax.res \ - test_usercommands.res \ test_timers.res \ + test_usercommands.res \ test_viml.res \ test_visual.res \ test_window_id.res \ |