summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-04 21:08:40 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-04 21:08:40 +0200
commit9dfa3139198b38b28673e251a3756430065914e9 (patch)
tree326cc1873083066be93fdd6aaa00a3c93b3310cc /src/testdir/Make_all.mak
parented5ab2a95972b5ef588bdafab9f197e1dcf0c1df (diff)
patch 8.1.1270: cannot see current match positionv8.1.1270
Problem: Cannot see current match position. Solution: Show "3/44" when using the "n" command and "S" is not in 'shortmess'. (Christian Brabandt, closes #4317)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 451016900b..25c8feec72 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -219,6 +219,7 @@ NEW_TESTS = \
test_scroll_opt \
test_scrollbind \
test_search \
+ test_search_stat \
test_searchpos \
test_set \
test_sha256 \
@@ -388,6 +389,7 @@ NEW_TESTS_RES = \
test_scriptnames.res \
test_scrollbind.res \
test_search.res \
+ test_search_stat.res \
test_shortpathname.res \
test_signals.res \
test_signs.res \