Tom Plunket

Results 4 issues of Tom Plunket

Triple-quoted strings in Kotlin do not do any escape processing so backslash-character should not be interpreted as an escape sequence. E.g. my TeamCity config contains lines such as ```kotlin scriptContent...

Previous functionality added an optional hunt for project root so that the working directory would be changed to that root before starting `ag`. This facilitates searching the entire project. However,...

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...

When `g:ag_working_path_mode` is `'r'`, the working directory is changed to a location which is divined to be the "project root." At present, that means that that a function is called...