On Dec 15, 5:44 pm, rameo wrote: > Every time I filter a command through cygwin, the cygwin cmd window > has to startup. > Startup takes env. 20-30 seconds. > Then after the lines in Vim has been filtered, the cygwin window > immediately closes again. > > Launching a next command through cygwin takes again 20-30 seconds > startup time. > > Is there a way to avoid this startup time and take the cygwin window > active?
Have you got the bash-completion package installed by any chance? If so, it's enabled by default, and it can take that long a time to initialise. Either uninstall the package or deactivate it by deleting / etc/profile.d/bash_completion.sh. It implements advanced completion features for command options, source control repositories, and that sort of thing. The basic completion features e.g. for command and file names are not affected. Andy -- 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
