Proposing improvements in keywords match when the page is not full.

This commit is contained in:
Martin Dvorak 2014-10-29 20:32:47 +01:00
parent ba5ba43352
commit 157a8bf466

View file

@ -540,10 +540,10 @@ unsigned hstr_make_selection(char *prefix, HistoryItems *history, int maxSelecti
case HH_MATCH_REGEXP:
// all regexps matched previously - user decides whether match ^ or infix
break;
// case HH_MATCH_KEYWORDS:
// keywordsParsedLine =
//
// break;
case HH_MATCH_KEYWORDS:
// TODO MD consider adding lines that didn't matched all keywords, but some of them
// (ordered by number of matched keywords)
break;
}
}
}