qutebrowser/qutebrowser/completion
Florian Bruhin 71a89bd418 *Really* fix completion with multiple words.
Turns out re.escape also escapes spaces, so we'd need to replace '(\\ )'
groups after escaping. At this point it's easier to just combine spaces
before escaping the pattern.

Fixes #1934.
Supersedes #1935.
2016-09-09 09:03:18 +02:00
..
models *Really* fix completion with multiple words. 2016-09-09 09:03:18 +02:00
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
completer.py Refactor Completer/CompletionView interface, removing set_pattern() 2016-08-21 22:56:18 -04:00
completiondelegate.py Specify completion category font in HTML 2016-08-01 14:56:51 +02:00
completionwidget.py Merge branch 'auto-open-fixes' of https://github.com/mlochbaum/qutebrowser into mlochbaum-auto-open-fixes 2016-08-29 07:12:14 +02:00