Nazri Ramliy wrote: > On Wed, Aug 11, 2010 at 1:58 AM, Bram Moolenaar <[email protected]> wrote: > > > > The full path names are not nice. Not only for the test but also for > > interactive use. I think we should replace the current directory with > > "./" when possible. > > Thanks for pointing this out. Attached patch does the above, and test73 > passes for both unix and msvc-vim with this patch.
Thanks, that looks good. I'll shorten the comments a bit. > I'm having trouble running test73 with djgpp vim because somehow it > failed at creating the "Xfind" directory. > > I commented out the final ":qa!" in test73.vim, rerun the test and wait > until it stops at the end and issued > > :!mkdir foo > > from inside the running djgpp-vim, which failed with error message: > > shell returned -1 > > Any idea why this could be? > > Also: > > :pwd > c:\src\vim\src > > I was expecting it to be "c:\src\vim\src\testdir". I'll see if I can reproduce this. -- Despite the cost of living, have you noticed how it remains so popular? /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.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
