diff options
author | mathieui <mathieui@mathieui.net> | 2014-10-11 16:52:41 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-10-11 16:52:41 +0200 |
commit | 8e29f6d1ff8402f7d2e2381d2d33b05dcc28503a (patch) | |
tree | b1ddbd5c14abc4bc55b9873566b739c45ce358a1 /doc | |
parent | 8f6ab25fc96e54e2e717fd9ccaf3c07fe6fb9a98 (diff) | |
download | poezio-8e29f6d1ff8402f7d2e2381d2d33b05dcc28503a.tar.gz poezio-8e29f6d1ff8402f7d2e2381d2d33b05dcc28503a.tar.bz2 poezio-8e29f6d1ff8402f7d2e2381d2d33b05dcc28503a.tar.xz poezio-8e29f6d1ff8402f7d2e2381d2d33b05dcc28503a.zip |
Add a /dump <filename> command to the XML tab
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/commands.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/commands.rst b/doc/source/commands.rst index fc3aefa4..449d4095 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -541,10 +541,16 @@ XML tab commands ~~~~~~~~~~~~~~~~ .. glossary:: + :sorted: /clear [XML tab version] Clear the current buffer. + /dump + **Usage:** ``/dump <filename>`` + + Write the content of the XML buffer into a file. + /reset Reset the stanza filter. |