Hi, 2019/5/15 Wed 16:07:17 UTC+9 Ni Va wrote: > Le vendredi 3 mai 2019 00:36:56 UTC+2, Blay263 a écrit : > > On Tuesday, April 30, 2019 at 11:36:39 AM UTC-4, Blay263 wrote: > > > On Tuesday, April 30, 2019 at 3:31:31 AM UTC-4, [email protected] wrote: > > > > Le mardi 30 avril 2019 08:49:27 UTC+2, [email protected] a écrit : > > > > > Le mardi 30 avril 2019 07:46:42 UTC+2, Christian Brabandt a écrit : > > > > > > On Mo, 29 Apr 2019, Blay263 wrote: > > > > > > > > > > > > > After updating my vim version I am getting the error below: > > > > > > > > > > > > > > E484: Can't open file C:\Users\....\AppData\Local\Temp\VIoCC2F.tmp > > > > > > > > > > > > > > I am using GVIM on windows with the WSL subsytem. It looks like > > > > > > > the way the escape sequences work has changed. > > > > > > > > > > > > So what is in that particular line of your .vimrc? Might already be > > > > > > fixed by 8.1.1239 > > > > > > > > > > > > > > > > > > Best, > > > > > > Christian > > > > > > -- > > > > > > Bauer Pichler fährt zur Kur. Schon bald bekommt er Post von seiner > > > > > > Frau: > > > > > > "Heute ist unser Ochse eingegangen. Nun weiß ich nicht so recht, > > > > > > soll ich > > > > > > einen neuen kaufen oder auf Dich warten?" > > > > > > > > > > Same problem at startup > > > > > > > > > > E484: Can't open file C:\Users\NICOLA~1.VAL\AppData\Local\Temp\VIo9A > > > > > 54.tmp > > > > > > > > > > line 184 of _vimrc: > > > > > let g:Explorer_RubyLibPath=substitute(fnamemodify(system('which > > > > > '.g:Explorer_RubyLibName),":p"),':..',':',"") > > > > > > > > Same problem with Vim.8.1.1239 patch > > > > > > Line 645: > > > let g:startify_custom_header = > > > \ map(split(system('fortune -s'), '\n'), '" ". v:val') + [''] > > > > This version works fine: > > Under windows 10, gvim.8.1.1239 launched in administrator or not, there is a > change using system func like that: > let g:Explorer_RubyLibName = 'msvcrt-ruby260.dll' > let try1=system('which '.g:Explorer_RubyLibName) > > > It causes this kind of error accessing temp file: > E484: Can't open file C:\Users\FOO~1.BAR\AppData\Local\Temp\VIoC1 > 0E.tmp
Can you bisect to find the offending patch? Regards, Ken Takata -- -- 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/61db4292-2042-4116-b9af-ecd9f6abb53b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
