This commit is contained in:
Jean-Francois Dockes 2019-07-06 14:00:14 +02:00
parent ae3df4f7c3
commit f1b81018ee

View File

@ -241,8 +241,8 @@ bool matchGroup(const HighlightData& hldata,
if (do_proximity_test(
window, orplists, 1, pos, pos, &sta, &sto, minpos, isphrase)) {
setWinMinMax(pos, sta, sto);
LOGINF("TextSplitPTR::matchGroup: MATCH termpos [" << sta <<
"," << sto << "]\n");
LOGRP("TextSplitPTR::matchGroup: MATCH termpos [" << sta <<
"," << sto << "]\n");
minpos = sto + 1;
// Translate the position window into a byte offset window
auto i1 = gpostobytes.find(sta);