Sergey Khorev wrote:
One question, have you _actually_ seen console window when system() function is used?
Yes I did, which is why I said as much:
The reason those command prompts windows bother me is that my easytags.vim** plug-in runs Exuberant Ctags every time the CursorHold autocmd fires and the current buffer is newer (on disk) than the tags file. On UNIX this works great but on Windows it is horrible because command prompts keep popping up while you're typing. *I noticed this myself when testing the easytags plug-in on Windows* and also got feedback about this from users.
See also the attached screenshot of me executing Ctags from inside Vim using the system() function, where a command prompt window is clearly visible while ctags is executing.
- Peter Odding -- 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
<<inline: screenshot.png>>
