On Mo, 15 Jul 2019, Bram Moolenaar wrote:
> > I wrote: > > > Patch 8.1.1698 > > Problem: Appveyor build with MSVC fails. > > Solution: Remove the sed command > > Files: ci/appveyor.bat > > This solved the problem, but now we have the ugly progress bar output > back. Can this be disabled somehow? Pipe the linker output to the sed command, something like this: sed -e '/^<</s/.*/&|sed -e "s#.\\\\r.*##"/' Make_mvc.mak > Make_mvc2.mak However Ken just mentioned, that the sed workaround isn't needed anymore, so I am confused whether this is still a problem? https://github.com/vim/vim-win32-installer/pull/139/commits/7212b47f60a58531b80b2edd6c146dc1f4b9bba7 Best, Christian -- Der Zuschauer ist nur eine begrenzte Zeit verarschbar. -- Oliver Kalkofe -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20190716062746.GP31610%40256bit.org. For more options, visit https://groups.google.com/d/optout.
