qutebrowser/tests
Ryan Roden-Corrent d5e30fd728 Don't crash first completion update with min_chars.
When min_chars is nonzero, if the first command that opens the
completion has < min_chars on the word under the cursor, it triggers a
check for a condition where last_cursor_pos is None.

By setting last_cursor_pos=-1 we ensure that the completer always
updates the first time it is opened, and that there is never a check
against None.

This adds a test for the min_chars feature.

Resolves #3635.
2018-03-01 22:07:53 -05:00
..
end2end Add missing newline 2018-02-28 08:11:23 +01:00
helpers Merge branch 'per-url' 2018-02-25 19:44:51 +01:00
manual Update some more references to old config options 2017-07-04 16:46:02 +02:00
unit Don't crash first completion update with min_chars. 2018-03-01 22:07:53 -05:00
conftest.py Improve marker descriptions 2018-02-26 07:56:51 +01:00
test_conftest.py Update copyright years 2018-02-05 12:19:50 +01:00