less log
This commit is contained in:
parent
ae3df4f7c3
commit
f1b81018ee
@ -241,8 +241,8 @@ bool matchGroup(const HighlightData& hldata,
|
|||||||
if (do_proximity_test(
|
if (do_proximity_test(
|
||||||
window, orplists, 1, pos, pos, &sta, &sto, minpos, isphrase)) {
|
window, orplists, 1, pos, pos, &sta, &sto, minpos, isphrase)) {
|
||||||
setWinMinMax(pos, sta, sto);
|
setWinMinMax(pos, sta, sto);
|
||||||
LOGINF("TextSplitPTR::matchGroup: MATCH termpos [" << sta <<
|
LOGRP("TextSplitPTR::matchGroup: MATCH termpos [" << sta <<
|
||||||
"," << sto << "]\n");
|
"," << sto << "]\n");
|
||||||
minpos = sto + 1;
|
minpos = sto + 1;
|
||||||
// Translate the position window into a byte offset window
|
// Translate the position window into a byte offset window
|
||||||
auto i1 = gpostobytes.find(sta);
|
auto i1 = gpostobytes.find(sta);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user