Simplified completion filtering to use the whole search string.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 6 Apr 2013 18:24:25 +0000 (20:24 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 6 Apr 2013 18:46:07 +0000 (20:46 +0200)
commit4798fb08f07743cef27b770704d8672e35d16518
tree5c9a37c5997971afe1b337ce9173ba1f78b31891
parent3c995501a13744c36558e14b71a39acc7ec36316
Simplified completion filtering to use the whole search string.

We search the whole given string in the completion items instead of splitting
it into tokens to match them separately.
src/completion.c