Hi,
This is not the case with every job, but redirecting the following script
output to a buffer causes messages to disappear from command line:
-- loop.sh --
#!/bin/bash
for i in `seq 1 1000`;
do
echo $i
sleep 0.008s
done
vim -u NONE -N
:call job_start('loop.sh', {'out_io': 'buffer', 'out_buf':1})
while the numbers are running try to do :pwd -this command's output will
disappear.
Also (not related to this issue), the buffer (which the job output was
redirected to) is only updated in normal and insert mode but not while typing
in command-line mode. Is it possible to update the buffer also for command-line?
Thanks,
Ramel
--
--
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/d/optout.