Deprecate pipe in favor of launch

This commit is contained in:
Kovid Goyal
2019-11-13 16:08:48 +05:30
parent 75d66d1048
commit 1724f11429
7 changed files with 62 additions and 30 deletions

View File

@@ -1,6 +1,9 @@
Working with the screen and history buffer contents
======================================================
.. warning::
The pipe action has been deprecated in favor of the
:doc:`launch <launch>` action which is more powerful.
You can pipe the contents of the current screen and history buffer as
:file:`STDIN` to an arbitrary program using the ``pipe`` function. The program