Update docs

This commit is contained in:
Florian Bruhin 2018-10-05 16:21:02 +02:00
parent 95f816c224
commit 5eb0447fec
3 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@ Changed
- Completion highlighting is now done differently (using QSyntaxHighlither),
which should fix some highlighting corner-cases.
- The `QtColor` config type now also understands colors like `rgb(...)`.
- `:yank` now has a `--quiet` option which causes it to not display a message.
v1.5.1 (unreleased)
-------------------

View File

@ -1416,7 +1416,7 @@ Yank something to the clipboard or primary selection.
==== optional arguments
* +*-s*+, +*--sel*+: Use the primary selection instead of the clipboard.
* +*-k*+, +*--keep*+: Stay in visual mode after yanking the selection.
* +*-q*+, +*--quiet*+: Don't show information message.
* +*-q*+, +*--quiet*+: Don't show an information message.
[[zoom]]
=== zoom

View File

@ -831,7 +831,7 @@ class CommandDispatcher:
sel: Use the primary selection instead of the clipboard.
keep: Stay in visual mode after yanking the selection.
quiet: Don't show information message.
quiet: Don't show an information message.
"""
if what == 'title':
s = self._tabbed_browser.widget.page_title(self._current_index())