Christ van Willegen wrote:
> Op vr 8 feb. 2019 12:25 schreef Bram Moolenaar <[email protected]: > > > > > Patch 8.1.0879 > > Problem: MS-Windows: temp name encoding can be wrong. > > Solution: Convert from active code page to 'encoding'. (Ken Takata, > > closes #3520, closes #1698) > > Files: src/fileio.c > > > > > > *** ../vim-8.1.0878/src/fileio.c 2019-01-26 16:20:44.264683546 +0100 > > --- src/fileio.c 2019-02-08 12:17:47.736584605 +0100 > > *************** > > *** 7470,7475 **** > > --- 7470,7493 ---- > > for (p = retval; *p; ++p) > > if (*p == '\\') > > *p = '/'; > > + > > + #if defined(FEAT_MBYTE) && defined(WIN3264) > > > > FEAT_MBYTE was recently promoted, right? Good catch! -- So when I saw the post to comp.editors, I rushed over to the FTP site to grab it. So I yank apart the tarball, light x candles, where x= the vim version multiplied by the md5sum of the source divided by the MAC of my NIC (8A3FA78155A8A1D346C3C4A), put on black robes, dim the lights, wave a dead chicken over the hard drive, and summon the power of GNU GCC with the magic words "make config ; make!". [Jason Spence, compiling Vim 5.0] /// 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]. For more options, visit https://groups.google.com/d/optout.
