diff options
| author | lonerover <pathfinder1644@yahoo.com> | 2017-03-29 07:30:54 +0800 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2017-03-29 01:30:54 +0200 |
| commit | e86042ae178736d657b5da12adce4479633aa8d5 (patch) | |
| tree | cddafc4fcf976e4352b43e2a4dc3632f98986963 /src/nvim/testdir/Makefile | |
| parent | b9e7ab1484784903b3233309a402138dc42e7e59 (diff) | |
| download | rneovim-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/Makefile | 3 |
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 \ |