operation check :!start command is not working /b option, if pipe | is contained in the command.
:!start cmd /c "ls | nkf -s > ./test.txt" :!start /b cmd /c "touch ./test2.txt" is working. :!start /b cmd /c "ls | nkf -s > ./test.txt" is not working. -- 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
