On Wednesday, October 11, 2017 at 2:39:38 PM UTC-5, xtal8 wrote: > Vim: v8.0.1184 x64 > > Os: Windows 10 x64 > > Steps to reproduce > > mkdir test > vim --clean > :e test\foobar > :b test\fo<tab> > completions are not provided > > > If backslash is replaced with forward slash, completions also don't show up. > On linux completions are always provided when forward slash in present inside > buffer name. > >
I can reproduce in 8.0.495. Oddly enough completion works if I type ":b test\<tab>" but not if I type further characters after the '\'. As a workaround you can set the 'shellslash' option and then completion after forward-slash works. -- -- 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.
