On Thu, Jul 14, 2016 at 4:02 AM, Linwei <[email protected]> wrote:
> Taglist (or tagbar) is the top-1 rated plugin in vim.org, many windows > gvim users are using it in their every day work. But the system() window > (Taglist using system() to invoke ctags.exe) will pop up on the windows > taskbar each time when a new file is open or a file is closed, which is > very annoying: > > As system() is a very commonly used function in many plugins. > > I wonder is there a irresistible reason to show that cmd window on windows > taskbar ? > Why invoking system() can be slient in other vim/gvim versions ? > Is it possible to hide the cmd window on windows taskbar ? > Can we choose some alternative apis like WinExec(..., SW_HIDE) to solve > this problem ? > Or at least can we add an option to system() on windows to use SW_HIDE ? > > Could system() on windows become as smooth as other versions some day ? > I am on the fence on this one. If Vim shells out to run something and that something is taking a _very_ long time, your Vim is essentially hung. This happens to me frequently. At least with the Window there, I can close it, which returns an error to Vim (via the system() call) and I get my Vim back. Without that I have to terminate Vim, and that is a real pain. David -- -- 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.
