qutebrowser/tests
Ryan Roden-Corrent c290b3f80f Don't attempt completion if input starts with flag.
Always interpret the first word in the command string as the command to
offer completions for, even if that word looks like a flag.

Fixes #3460, where the command string `:-w open` would attempt to offer
completions for `open` but crash because the parsing was thrown off.
By moving the flag-stripping logic to _after_ we determine the command,
`:-w open` interprets `:-w` as the command. Since that is not a valid
command, we won't offer any completions.
2018-01-04 12:34:06 -05:00
..
end2end skip test 2017-12-22 12:36:45 -06:00
helpers Fix wrong import order 2017-12-15 14:35:07 +01:00
manual Update some more references to old config options 2017-07-04 16:46:02 +02:00
unit Don't attempt completion if input starts with flag. 2018-01-04 12:34:06 -05:00
conftest.py pylint: Re-enable bad-continuation 2017-12-15 19:16:55 +01:00
test_conftest.py Finally update copyrights... 2017-05-09 21:37:03 +02:00