qutebrowser/qutebrowser/commands
Ryan Roden-Corrent fbc084e416 Remove :<count>:cmd syntax support.
CommandRunner.parse had some logic for handling commands of form
:<count>:cmd. However, this complicated the parsing logic for something
that appears to only be used in tests. One could use it in a
userscript, but this is unlikely as it is undocumented. Removing
support for this simplifies the logic of parse.

The commnd `run-with-count` is added to provide this functionality.
It works like `repeat` but passes the count along to the command
instead of running the command multiple times.

This resolves #1997: Qutebrowser crashes when pasting commands.
This bug was caused by excess stripping of ':' from the command string
by _parse_count.
2016-10-10 08:02:30 -04:00
..
__init__.py move explanation of ;; to commands documentation 2016-09-02 19:52:45 +02:00
argparser.py Add some logging to argparse.multitype_conv 2016-09-12 18:22:49 +02:00
cmdexc.py Fix some a/an misspellings 2016-07-05 08:34:03 +02:00
cmdutils.py Remove cmdutils.arg_or_count 2016-08-02 11:31:03 -04:00
command.py Make 0 a usable count for :tab-focus 2016-09-30 08:33:16 +02:00
runners.py Remove :<count>:cmd syntax support. 2016-10-10 08:02:30 -04:00
userscripts.py removed duplicate userscript path lookup 2016-09-30 09:50:49 +02:00