Ticket #14620 (closed enhancement: fixed)
vim-app 7.1.* improvement to display stdin
| Reported by: | itsme@… | Owned by: | raimue@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.6.0 |
| Keywords: | Cc: | ||
| Port: | vim-app |
Description
by testing if the first parameter of /opt/local/bin/gvim equals '-' and then executing
cat | exec "$binary" ....
instead of just
exec "$binary"
you can open stdin in vim-app.
for example you can use it like this:
ls | gvim -
and get the directory contents in vim.
attached is the complete modified gvim script
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


