On Wed, Nov 29, 2023 at 04:11:00PM +0000, Matthew Wilcox wrote: > On Tue, Nov 28, 2023 at 09:24:00PM -0800, Darrick J. Wong wrote: > > Actually, ignore this suggestion. I forgot that I have vim paths > > trained on the Documentation/filesystems/ directory, which means I'll > > lose the ability to > > > > :f xfs-online-fsck-design.rst > > > > and pop it open. Not that I expect many more filesystems to grow online > > fsck capabilities, but you get the point... > > Wouldn't you instead do: > > :f xfs/online-fsck-design.rst > > ie change one character (- to /) No, I'd change the vim paths to Documentation/xfs/ because I don't need quick :find support for the rest of the kernel documentation. --D