aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorraichoo <raichoo@googlemail.com>2017-03-11 09:56:55 +0100
committerraichoo <raichoo@googlemail.com>2017-03-19 21:14:11 +0100
commitb87cb77570a53b3c0507d5acded0d103e9ab52f9 (patch)
tree3339827ad0b5c07c0359f31010d3309f7bbc4fca /src/nvim/testdir/Makefile
parent0cab62ad6fc642c06e4249dccac092dd71b0cb3e (diff)
downloadrneovim-b87cb77570a53b3c0507d5acded0d103e9ab52f9.tar.gz
rneovim-b87cb77570a53b3c0507d5acded0d103e9ab52f9.tar.bz2
rneovim-b87cb77570a53b3c0507d5acded0d103e9ab52f9.zip
vim-patch:7.4.2315
Problem: Insufficient testing for Normal mode commands. Solution: Add a big test. (Christian Brabandt, closes vim/vim#1029) https://github.com/vim/vim/commit/87bc3f74598ae8c648957e5755000cc6cdbc89ce
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index 9f9ecbc6c9..d090ace432 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -47,6 +47,7 @@ NEW_TESTS ?= \
test_match.res \
test_matchadd_conceal.res \
test_nested_function.res \
+ test_normal.res \
test_quickfix.res \
test_signs.res \
test_syntax.res \