summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorPim Snel <pim@lingewoud.nl>2020-02-04 19:54:02 +0100
committerPim Snel <pim@lingewoud.nl>2020-02-04 19:54:02 +0100
commit93c079115b300164bf8d7824e06a3701a61972c9 (patch)
tree5fcf61837c6fc899ac4197ea6cbb690f1af4f189 /src/doc
parent9ae560e18b49bd8767527ce0416cc55b36d6bc91 (diff)
grouped paragraphs by export format
Diffstat (limited to 'src/doc')
-rwxr-xr-xsrc/doc12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/doc b/src/doc
index 1dc01e3..7f8cbb3 100755
--- a/src/doc
+++ b/src/doc
@@ -367,7 +367,11 @@ Commands for handling cell content:
NOTE: If you do an export with the :e command, current file name stays unchaged.
See :file command for more details.
- :e txt Export current spreadsheet to plain text.
+ :e tab {file}
+ Export the current spreadsheet to tab-separated file {file}.
+
+ :e! tab {file}
+ Like ":e tab", but overwrite {file} if it exists.
If a range is selected, only that range is exported.
:e csv {file}
@@ -377,11 +381,7 @@ Commands for handling cell content:
:e! csv {file}
Like ":e csv", but overwrite {file} if it exists.
- :e tab {file}
- Export the current spreadsheet to tab-separated file {file}.
-
- :e! tab {file}
- Like ":e tab", but overwrite {file} if it exists.
+ :e txt Export current spreadsheet to plain text.
If a range is selected, only that range is exported.
:e txt {file}