Skip to content

Commit

Permalink
Proposing improvements in keywords match when the page is not full.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Dvorak committed Oct 29, 2014
1 parent ba5ba43 commit 157a8bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/hstr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
Expand Down

0 comments on commit 157a8bf

Please sign in to comment.