Update docs

This commit is contained in:
Florian Bruhin 2016-08-04 12:47:20 +02:00
parent 6021dc6394
commit 2143641d14
2 changed files with 8 additions and 2 deletions

View File

@ -40,6 +40,8 @@ Changed
now prefer the count instead of showing an error message.
- `:open` now has an `--implicit` argument to treat the opened tab as implicit
(i.e. to open it at the position it would be opened if it was a clicked link)
- `:download-open` and `:prompt-open-download` now have an optional `cmdline`
argument to pass a commandline to open the download with.
v0.8.2
------

View File

@ -222,7 +222,9 @@ Open the last/[count]th download.
If no specific command is given, this will use the system's default application to open the file.
==== positional arguments
* +'cmdline'+: The command which should be used to open the file. A `{}` is expanded to the temporary file name.
* +'cmdline'+: The command which should be used to open the file. A `{}` is expanded to the temporary file name. If no `{}` is
present, the filename is automatically appended to the
cmdline.
==== count
@ -1186,7 +1188,9 @@ Immediately open a download.
If no specific command is given, this will use the system's default application to open the file.
==== positional arguments
* +'cmdline'+: The command which should be used to open the file. A `{}` is expanded to the temporary file name.
* +'cmdline'+: The command which should be used to open the file. A `{}` is expanded to the temporary file name. If no `{}` is
present, the filename is automatically appended to the
cmdline.
==== note