/
^[#].*\n*(*SKIP)(*F)|
# Version 1 (substitution: '$1$2\n'):
# Match 1-80 characters, backtracking as necessary until whitespace or
# EOL is reached. If words > 80 characters (w/o whitespace) are found,
# no wrapping is performed on that word.
# [1353