1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-26 02:46:13 -04:00

Replace --'s so they do not get translated to —

This commit is contained in:
Jonas Fonseca 2006-01-14 19:47:47 +01:00 committed by Jonas Fonseca
parent 6e79a24679
commit 8aa32ea153

View File

@ -15,6 +15,9 @@
# - typedef:[]
# - ref:[]
[replacements]
(^|[^-])--($|[^-])=\1--\2
# Some macros can have optional {0} value, that is what
# the {0%...} and {0#...} handles.