Saturday, May 13, 2017

job_start mswindows gui application not hidden

Regarding the help's job_start,

On MS-Windows, job_start() makes a GUI application hidden. If
want to show it, Use |:!start| instead.


I've tried that from a gvim instance :
echo job_start([$vimruntime."/gvim.exe", "-c", "echo 'world'"])

And I well see a new instance appear with the good message displayed.


So, it's not a crucial problem because I needed to job_start an instance of gvim in order to just modify file content by regexp. (if u have another easier way I'll take it)

I just would like to know how to set the fact that the executable is hidden or shown ?

Thank you
Niva

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment