patch 7.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)
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 4e4f43b..1936798 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -171,6 +171,7 @@
test_cscope.res \
test_digraph.res \
test_farsi.res \
+ test_gn.res \
test_hardcopy.res \
test_history.res \
test_increment.res \