How is oldfiles
populated?
#1803
Closed
jackfranklin
started this conversation in
General
Replies: 1 comment 1 reply
-
Answered my own question: jackfranklin/dotfiles@d4c5700
Is the setting I need (default is |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm curious how the list of files for
oldfiles
gets generated. I can fairly reliably reproduce the following:files
forfoo.ts
foo.ts
in a buffer, make an editoldfiles
and search forfoo.ts
, but it is not in the list.This feels maybe like it is a bug, but it doesn't always work (e.g. some of my "old files" are present). What is the logic to determine if a file gets added to this list?
Beta Was this translation helpful? Give feedback.
All reactions