Update docs
This commit is contained in:
parent
95f816c224
commit
5eb0447fec
@ -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)
|
||||
-------------------
|
||||
|
@ -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
|
||||
|
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user