Update docs

This commit is contained in:
Florian Bruhin 2016-05-30 16:15:20 +02:00
parent 0aa7ed2eb3
commit 65817ebb81
3 changed files with 7 additions and 1 deletions

View File

@ -58,6 +58,8 @@ Changed
Fixed
-----
- Fixed using `:hint links spawn` with flags - you can now use things like the
`-v` argument for `:spawn` or pass flags to the spawned commands.
- Various fixes for hinting corner-cases where following a link didn't work
- Fixed crash when downloading from an URL with SSL errors
- Close file handles correctly when a download failed

View File

@ -140,8 +140,8 @@ Contributors, sorted by the number of commits in descending order:
* Florian Bruhin
* Daniel Schadt
* Antoni Boucher
* Lamar Pavel
* Ryan Roden-Corrent
* Lamar Pavel
* Bruno Oliveira
* Alexander Cogneau
* Felix Van der Jeugt

View File

@ -355,6 +355,10 @@ Start hinting.
`window`, `run`, `hover`, `userscript` and `spawn`.
==== note
* This command does not split arguments after the last argument and handles quotes literally.
* With this command, +;;+ is interpreted literally instead of splitting off a second command.
[[home]]
=== home
Open main startpage in current tab.