Shane Harper wrote:
> > > I believe > > > copy runtime\* vim82 > > > should be replaced by > > > xcopy /e runtime\* vim82 > > > in src/INSTALLpc.txt. > > > > > > The original copy command won't copy subdirectories while "xcopy /e" > > will. > > > > Shouldn't that be: > > xcopy /s runtime\* vim82 > > > > Both "xcopy /s" and "xcopy /e" copy subdirectories - however only "xcopy > /e" copies empty directories. (When copying the current runtime directory > both "xcopy /s" and "xcopy /e" will effectively do the same thing.) The MS docs say that /e only works in combination with /s. But the docs might be misleading. -- Eye have a spelling checker, it came with my PC; It plainly marks four my revue mistakes I cannot sea. I've run this poem threw it, I'm sure your please to no, It's letter perfect in it's weigh, my checker tolled me sew! /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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/202001212114.00LLEFsv027589%40masaka.moolenaar.net.
