summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-24 17:33:05 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-24 17:33:05 +0200
commit6835dc61aebca2b602d85a9d63c449ace58683b4 (patch)
tree4b7803caa1400d5c9de8c9ce25929e0288603876 /src/testdir/Make_all.mak
parent73ac0c4281a3606651604a3cbcc334bfb3859a87 (diff)
patch 7.4.2100v7.4.2100
Problem: "cgn" and "dgn" do not work correctly with a single character match and the replacement includes the searched pattern. (John Beckett) Solution: If the match is found in the wrong column try in the next column. Turn the test into new style. (Christian Brabandt)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 4e4f43b026..193679810f 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -171,6 +171,7 @@ NEW_TESTS = test_arglist.res \
test_cscope.res \
test_digraph.res \
test_farsi.res \
+ test_gn.res \
test_hardcopy.res \
test_history.res \
test_increment.res \