gbranden pushed a commit to branch master
in repository groff.

commit 4ad88e53723ed0316d9052085362e7208bb14a72
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Aug 16 04:56:43 2020 +1000

    makevarescape.sed: Use sufficient escaping.
    
    Bonehead mistake fixup 1/2.
---
 makevarescape.sed | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makevarescape.sed b/makevarescape.sed
index 8356264..814b0f8 100644
--- a/makevarescape.sed
+++ b/makevarescape.sed
@@ -6,4 +6,4 @@ s/-/\\\\&/g
 s/\^/\\\\(ha/g
 s/`/\\\\(ga/g
 s/~/\\\\(ti/g
-s|[^ ]/\+|&\\\\:\\%|g
+s|[^ ]/\+|&\\\\:\\\\%|g

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to