Rebase against master.

This commit is contained in:
LemonBoy 2016-06-19 21:08:25 +02:00 committed by Ailin Nemui
commit 5eaead761f
2 changed files with 5 additions and 3 deletions

View file

@ -570,7 +570,7 @@ GList *textbuffer_find_text(TEXT_BUFFER_REC *buffer, LINE_REC *startline,
textbuffer_line2text(line, FALSE, str);
if (line_matched) {
line_matched = regexp ?
line_matched = regexp ?
g_regex_match(preg, str->str, 0, NULL) :
match_func(str->str, text) != NULL;
}