qutebrowser/qutebrowser
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
..
browser pdfjs: compatibility for v1.6.210 2016-10-06 14:43:16 +02:00
commands Remove :<count>:cmd syntax support. 2016-10-10 08:02:30 -04:00
completion Add a comment 2016-10-05 21:16:18 +02:00
config Error on mode/command mismatch with :bind. 2016-09-26 08:30:28 -04:00
html show option description in qute:settings 2016-09-23 15:42:02 +02:00
img New qutebrowser logo! 2016-04-14 17:44:38 +02:00
javascript Clean up JS 2016-10-03 07:01:22 +02:00
keyinput Make 0 a usable count for :tab-focus 2016-09-30 08:33:16 +02:00
mainwindow Merge branch 'master' of https://github.com/sebastian-frysztak/qutebrowser into sebastian-frysztak-master 2016-10-05 21:19:17 +02:00
misc Remove :<count>:cmd syntax support. 2016-10-10 08:02:30 -04:00
utils Make log.stub work when inspect.stack fails 2016-10-06 21:04:53 +02:00
__init__.py Release v0.8.1 2016-07-27 12:41:40 +02:00
__main__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
app.py Break long lines 2016-10-05 09:07:35 +02:00
qutebrowser.py Fix lint 2016-09-09 17:56:58 +02:00
resources.py Regenerate resources 2016-04-14 17:59:28 +02:00