:help :read! does not mention that it's possible to specify options with
this form of the :read command.
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index 4db4341..0048c75 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1869,7 +1869,8 @@ NOTE: These commands cannot be used with |:global| or
|:vglobal|.
See |++opt| for the possible values of [++opt].
*:r!* *:read!*
-:[range]r[ead] !{cmd} Execute {cmd} and insert its standard output below
+:[range]r[ead] [++opt] !{cmd}
+ Execute {cmd} and insert its standard output below
the cursor or the specified line. A temporary file is
used to store the output of the command which is then
read into the buffer. 'shellredir' is used to save
--
Cheers,
Lech
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index 4db4341..0048c75 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1869,7 +1869,8 @@ NOTE: These commands cannot be used with |:global| or |:vglobal|.
See |++opt| for the possible values of [++opt].
*:r!* *:read!*
-:[range]r[ead] !{cmd} Execute {cmd} and insert its standard output below
+:[range]r[ead] [++opt] !{cmd}
+ Execute {cmd} and insert its standard output below
the cursor or the specified line. A temporary file is
used to store the output of the command which is then
read into the buffer. 'shellredir' is used to save