From 65817ebb81125597910f4291d0cbb832c0716cee Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 30 May 2016 16:15:20 +0200 Subject: [PATCH] Update docs --- CHANGELOG.asciidoc | 2 ++ README.asciidoc | 2 +- doc/help/commands.asciidoc | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 87d6d5a06..62b79a73e 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -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 diff --git a/README.asciidoc b/README.asciidoc index 2af4e10e4..6a209d1a8 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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 diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 47232f203..202ba3b3e 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -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.