How do I view all the files Vim would search when resolving include-based completions and lookups?
:checkpath!
:checkpath! recursively walks through every file reachable via Vim's include path and displays the full include tree.
:checkpath!
:checkpath! recursively walks through every file reachable via Vim's include path and displays the full include tree.