aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-12-27 14:37:30 -0500
committerGitHub <noreply@github.com>2016-12-27 14:37:30 -0500
commitfb2d1cea3ffcc90c5e4e76ec7837e82bd1f73d13 (patch)
treef54e63aed247b7fdd7fc4b20c96317607d78ec42 /src/nvim/testdir/Makefile
parent21708d22cefdf69ab3862921483c8a450294a71c (diff)
parent3224ade9c3b6e339083ab9e66ce3d3f32e050e09 (diff)
downloadrneovim-fb2d1cea3ffcc90c5e4e76ec7837e82bd1f73d13.tar.gz
rneovim-fb2d1cea3ffcc90c5e4e76ec7837e82bd1f73d13.tar.bz2
rneovim-fb2d1cea3ffcc90c5e4e76ec7837e82bd1f73d13.zip
Merge pull request #5761 from jamessan/vim-7.4.1752
Catchup with upstream quickfix patches
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 0118597eb8..7cd1921ce1 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -30,15 +30,16 @@ SCRIPTS := \
# Tests using runtest.vim.vim.
# Keep test_alot*.res as the last one, sort the others.
NEW_TESTS = \
+ test_cmdline.res \
test_cscope.res \
- test_cmdline.res \
test_diffmode.res \
test_hardcopy.res \
test_help_tagjump.res \
test_history.res \
test_langmap.res \
- test_match.res \
+ test_match.res \
test_matchadd_conceal.res \
+ test_quickfix.res \
test_syntax.res \
test_usercommands.res \
test_timers.res \