summaryrefslogtreecommitdiff
path: root/doc/contributing.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-11-30 15:43:14 +0100
committerFlorian Bruhin <me@the-compiler.org>2018-11-30 15:43:14 +0100
commit3abc83d945794584483277e3050be1e4ab4cb16d (patch)
tree66131e7e08ece3962a79e367eb202e3e2a701b0b /doc/contributing.asciidoc
parent3a7206bda1501f6cb8dd8f3b813e7a8f021e3669 (diff)
downloadqutebrowser-3abc83d945794584483277e3050be1e4ab4cb16d.tar.gz
qutebrowser-3abc83d945794584483277e3050be1e4ab4cb16d.zip
Rename CommandValue.tab to CommandValue.cur_tab
Diffstat (limited to 'doc/contributing.asciidoc')
-rw-r--r--doc/contributing.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index b11014ca1..dc52dd9a0 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -483,7 +483,7 @@ The following arguments are supported for `@cmdutils.argument`:
- `value`: Tell qutebrowser to fill the argument with special values:
- `value=cmdutils.Value.count`: The `count` given by the user to the command.
- `value=cmdutils.Value.win_id`: The window ID of the current window.
- - `value=cmdutils.Value.tab`: The tab object which is currently focused.
+ - `value=cmdutils.Value.cur_tab`: The tab object which is currently focused.
- `completion`: A completion function (see `qutebrowser.completions.models.*`)
to use when completing arguments for the given command.
- `choices`: The allowed string choices for the argument.