]> git.droids-corp.org - diff2html.git/blobdiff - diff2html.py
add "-" in wordbreak chars
[diff2html.git] / diff2html.py
index 92bbf362acf9a1b55b073c842181caa3112f2a59..9bbf9b61c1b19654a9766835d3248fa7630916f7 100644 (file)
@@ -106,7 +106,7 @@ hunk_off1, hunk_size1, hunk_off2, hunk_size2 = 0, 0, 0, 0
 
 
 # Characters we're willing to word wrap on
-WORDBREAK = " \t;.,/):"
+WORDBREAK = " \t;.,/):-"
 
 def sane(x):
     r = ""