Fellow Vim developers, We have had quite a few bugs in the find_file_in_path() code. Now the problem is that when the current directory path contains "**" then ":cd" fails, because it tries to expand "**" instead of taking in literally.
This code is complicated and includes a few hacks and workarounds. E.g., it uses EW_NOTWILD to try both matches with wildcards and without. It is about time it is rewritten. This includes the code under vim_findfile_init() and vim_findfile(). Anyone who likes a challenge? -- hundred-and-one symptoms of being an internet addict: 29. Your phone bill comes to your doorstep in a box. /// 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
