GNOME Bugzilla – Bug 767837
Support componds with words separated by dashes
Last modified: 2016-08-08 15:45:22 UTC
Support componds with words separated by dashes. For example: parallel-installable. This can be implemented in gspell-text-iter.c, the same way as for word contractions with an apostrophe.
Fixed in commit 8c96144f8bfbe3aea1bc3ae1a2015609af917dc8. Only the ASCII dash '-' is taken into account. It would not be difficult to add Unicode dashes, if needed.