:!start command is not working with /b option, when cscope is used. Cscope on Win32 http://iamphet.nm.ru/cscope/index.html
hg clone https://code.google.com/p/vim/ cd vim/src cscope -b -c -R gvim7.3.447.exe -u NONE :!start /min cmd /c echo 1vim_free | cscope -dl -f cscope.out | C:\cygwin-1.7\bin\sed --regexp-extended -e "s/(\S+) (\S+) ([0-9]+)/\1:\3 \2 ^I/" > ./test.txt /min option is working. but, :!start /b cmd /c echo 1vim_free | cscope -dl -f cscope.out | C:\cygwin-1.7\bin\sed --regexp-extended -e "s/(\S+) (\S+) ([0-9]+)/\1:\3 \2 ^I/" > ./test.txt is not working normally. -- 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
