Yasuhiro Matsumoto wrote: > Try following. > > :set wildignore+=*.bak > :e `="foo.bak"` > E480: No match: `="foo.bak"` > > I think, this should be matched to wildignore. Also :e `ls foo.c`. > > https://gist.github.com/2936402 > > Bram, please check. > > BTW, fnameescape() have bugs that wasn't fixed yet on windows. > > https://groups.google.com/forum/?fromgroups#!msg/vim_dev/sTfkV2vcBoI/CckA_gxvYQsJ > > On windows, we can't open file or directory that contains !, [][] in filename.
Thanks, I'll look into it. -- Everyone has a photographic memory. Some don't have film. /// 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
