Hi, On Tue, Feb 19, 2019 at 1:20 PM Andy Massimino <[email protected]> wrote: > > I noticed simplify_filename() is used by findfile.c and elsewhere, but > resides in tag.c. Probably should be put into findfile.c instead. >
Currently all the functions related to FEAT_SEARCHPATH and FEAT_PATH_EXTRA feature macros are present in findfile.c. The simplify_filename() function is not covered by these feature macros. So we can move this function to misc1.c or misc2.c? - Yegappan -- -- 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.
