[geany/geany-plugins] 2fb4dd: pohelper: Consider dash a separator when rewrapping messages

Colomban Wendling git-noreply at xxxxx
Mon Feb 19 04:06:36 UTC 2018


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Mon, 19 Feb 2018 04:06:36 UTC
Commit:      2fb4dd080ad9cd521f9b5d981c517314fd3c6b7c
             https://github.com/geany/geany-plugins/commit/2fb4dd080ad9cd521f9b5d981c517314fd3c6b7c

Log Message:
-----------
pohelper: Consider dash a separator when rewrapping messages


Modified Paths:
--------------
    pohelper/src/gph-plugin.c

Modified: pohelper/src/gph-plugin.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -871,7 +871,7 @@ split_msg (const gchar *str,
     
     while (*str) {
       const gchar *nl = strstr (str, "\\n");
-      const gchar *p = strpbrk (str, " \t\v\r\n?!,.;:");
+      const gchar *p = strpbrk (str, " \t\v\r\n?!,.;:-");
       glong chunk_len = g_utf8_strlen (chunk->str, (gssize) chunk->len);
       
       if (nl)



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list