mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.3k stars 186 forks source link

Stop and resume MRU tracking before/after a grep #470

Open poetaman opened 3 years ago

poetaman commented 3 years ago

Hi, is there a way to stop recording files in MRU completely before one does a grep from vim? As of now, browsing grep results from quickfix window results in polluting the MRU files. Ideally I wouldn't want to affect/pollute MRU with not-so-important files that got "opened" during a batch search-and-replace. Grep is just an example, all that is needed is a global variable to set/reset MRU history updates. Thanks!