# HG changeset patch
# User nemo
# Date 1529621168 14400
# Node ID 39ebd4eac1dd8e04cd5891c0702409d25ee0e454
# Parent  a6f2064e67a57ebda42122ce61e12d9004ae5bc3
missing brace

diff -r a6f2064e67a5 -r 39ebd4eac1dd SVGImport.wiki
--- a/SVGImport.wiki	Thu Jun 21 11:58:10 2018 -0400
+++ b/SVGImport.wiki	Thu Jun 21 18:46:08 2018 -0400
@@ -40,7 +40,7 @@
 {{{:s/[0-9][0-9.]*/\=float2nr(floor(submatch(0)*1))/g}}}
 
 Also, it is probably a good idea to remove duplicate points.  Here's a regex for that. 
-{{ s/\(L\d\+ \d\+ \)\1/\1/g}}}  - you should run that a couple of times, then {{{s/M\(\d\+ \d\+ \)L\1/M\1/g}}}.  That just cuts down on a bit of redundancy.  If these regexes match anything, you probably should rerun them.
+{{{ s/\(L\d\+ \d\+ \)\1/\1/g}}}  - you should run that a couple of times, then {{{s/M\(\d\+ \d\+ \)L\1/M\1/g}}}.  That just cuts down on a bit of redundancy.  If these regexes match anything, you probably should rerun them.
 Since this page is a mass of hacks, here's one more redundancy reducer, in bash this time.
 {{{
 rm dupes.txt