Ping Yin <pkufranky@xxxxxxxxx> writes: > A more sensible implementation is to use 'insert' instead of 'replace'. > Say, to insert a line break between runs of word characters and non-word > characters or between non-word characters. > > That is, "foo>=bar" will be rewritten as "foo\n>\n=\nbar" instead of > "foo\n\nbar". Hmmmm. I am not sure if/why you would want a separator between '>' and '=' in that example. Shouldn't that be "foo <sep> >= <sep> bar"? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html