When g:ag_working_path_mode is 'r', this PR adds the allowance for a user to customize the function to be used to determine what the project root is. The default search looks up the directory hierarchy for a fixed list of file and directory names which may not suit all users so those with special requirements can provide their own method.
When
g:ag_working_path_mode
is'r'
, this PR adds the allowance for a user to customize the function to be used to determine what the project root is. The default search looks up the directory hierarchy for a fixed list of file and directory names which may not suit all users so those with special requirements can provide their own method.