aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/Makefile
diff options
context:
space:
mode:
authorlonerover <pathfinder1644@yahoo.com>2017-03-29 07:30:54 +0800
committerJustin M. Keyes <justinkz@gmail.com>2017-03-29 01:30:54 +0200
commite86042ae178736d657b5da12adce4479633aa8d5 (patch)
treecddafc4fcf976e4352b43e2a4dc3632f98986963 /src/nvim/testdir/Makefile
parentb9e7ab1484784903b3233309a402138dc42e7e59 (diff)
downloadrneovim-e86042ae178736d657b5da12adce4479633aa8d5.tar.gz
rneovim-e86042ae178736d657b5da12adce4479633aa8d5.tar.bz2
rneovim-e86042ae178736d657b5da12adce4479633aa8d5.zip
vim-patch:7.4.2343 and mark NA patches (#6384)
vim-patch:7.4.2343 Problem: Too many old file tests. Solution: Turn several into new style tests. (Yegappan Lakshmanan) https://github.com/vim/vim/commit/53f1673cd909eb1c809c6a9086e3d104a0df9bed
Diffstat (limited to 'src/nvim/testdir/Makefile')
-rw-r--r--src/nvim/testdir/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile
index fd557cca51..70a9f2b8c4 100644
--- a/src/nvim/testdir/Makefile
+++ b/src/nvim/testdir/Makefile
@@ -41,10 +41,12 @@ NEW_TESTS ?= \
test_fnameescape.res \
test_fold.res \
test_glob2regpat.res \
+ test_gf.res \
test_gn.res \
test_hardcopy.res \
test_help_tagjump.res \
test_history.res \
+ test_hlsearch.res \
test_increment.res \
test_increment_dbcs.res \
test_lambda.res \
@@ -57,6 +59,7 @@ NEW_TESTS ?= \
test_normal.res \
test_quickfix.res \
test_signs.res \
+ test_smartindent.res \
test_substitute.res \
test_syntax.res \
test_tabpage.res \