On Jul 21, 3:31 pm, Roald <[email protected]> wrote:
> I meant
>     vim | sed 's/foo/bar/' > out.txt
>

:%!sed 's/foo/bar/'
:w out.txt

:help :range!
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to