Christian Brabandt wrote: > Hi Axel! > > On Mi, 01 Apr 2015, Axel Bender wrote: > > > Given the following .vimrc: > > > > --------------- > > set autochdir > > set encoding=utf-8 > > --------------- > > > > and the following directory/file structure: > > > > ------ > > a\aa > > b\bb > > ------ > > > > diffing aa and bb with > > > > ------------------ > > gvim -d a\aa b\bb > > ------------------ > > > > will not perform a diff. Instead message "b\bb [NEW DIRECTORY] is seen. > > > > If either of the settings is omitted, the diff is performed. > > > > Here: Windows 7 64-bit, version 7.4.688 MinGW-w64 > > I can confirm, this bug only affects Windows. Here is patch:
Thanks! I'll include it. With one typo fix. -- My Go, this amn keyboar oesn't have a . /// 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.
