views:

113

answers:

1

I've just started wrapping my head around vim+python scripts (having no experience with native vim scripts).

How can I open a new window to contain the stdout from a background process?

Currently, after reading some :help python, the only option I see is something like:

cmd = ":bel new"
vim.command(cmd)