Word wrap breaks up expressions where there are no whitespace characters, which makes for awkward reading. I’m talking about expressions including punctuation characters such as <>-_$^=+ etc. It appears that word wrap treats punctuation characters as whitespace, which for a code editor is not necessarily desirable. For example, it means that regular expressions are liable to be broken up.
Is there a way to tell word wrap to only wrap when it encounters a whitespace character? If not, please make this a feature.