On Tuesday, 21 January 2020 08:38:44 UTC+11, Bram Moolenaar wrote: > > > 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.)
-- -- 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/e438c67f-695a-45c8-8742-04230548d08b%40googlegroups.com.
