ag.vim icon indicating copy to clipboard operation
ag.vim copied to clipboard

Add user customizable function for searching for the project root.

Open tplunket opened this issue 10 years ago • 0 comments

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.

tplunket avatar Jan 27 '16 20:01 tplunket