quickopen
quickopen copied to clipboard
Use ancestor directory having .git as vim default base path.
The current logic checks for the nearest directory named src, which works for chomium checkouts but many repositories do not have this naming convention. Instead, check for the nearest ancestor directory containing a .git directory.