> When populating the quickfix list, the files in the quickfix entries are > loaded > into buffers.
Just curious, after quickfix list loading I don't see all these files in :buffers command output. Do you mean by "buffer" some other entity? > For what file names does this happen? If the same file name appears > several times, it could help to cache the stat() result. Currently this > isn't done because stat() uses a cache at a lower level, at least for a > local file system. If the file name is different most of the times, a > cache won't help. Obviously it's better if the cache exists in the > network folder implementation, so all programs profit. My case is a search across whole repository, so many files can be returned. Unfortunately caching won't help Thanks, Yury -- -- 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.
