mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-01 20:51:45 +08:00
Proposing improvements in keywords match when the page is not full.
This commit is contained in:
parent
ba5ba43352
commit
157a8bf466
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue