session-save: doc generated from docstring.
This commit is contained in:
parent
c092840c04
commit
bb74b2703f
@ -275,6 +275,7 @@ Contributors, sorted by the number of commits in descending order:
|
||||
* Dietrich Daroch
|
||||
* Derek Sivers
|
||||
* Daniel Lu
|
||||
* Daniel Fiser
|
||||
* Arseniy Seroka
|
||||
* Andy Balaam
|
||||
* Andreas Fischer
|
||||
|
@ -723,7 +723,8 @@ Load a session.
|
||||
|
||||
[[session-save]]
|
||||
=== session-save
|
||||
Syntax: +:session-save [*--current*] [*--quiet*] [*--force*] [*--only-active-window*] ['name']+
|
||||
Syntax: +:session-save [*--current*] [*--quiet*] [*--force*] [*--only-active-window*]
|
||||
['name']+
|
||||
|
||||
Save a session.
|
||||
|
||||
|
@ -436,6 +436,7 @@ class SessionManager(QObject):
|
||||
current: Save the current session instead of the default.
|
||||
quiet: Don't show confirmation message.
|
||||
force: Force saving internal sessions (starting with an underline).
|
||||
only_active_window: Saves only tabs of the currently active window.
|
||||
"""
|
||||
if (name is not default and
|
||||
name.startswith('_') and # pylint: disable=no-member
|
||||
|
Loading…
Reference in New Issue
Block a user