LVSDistance=n
Sets the maximum Levenshtein Distance (aka edit distance) to use for fuzzy filename matching. When a filename begins with ** TCC will look for a match with 1 to n transposed characters, missing characters, and/or extra characters. If the total number of transposed / missing / extra characters is <= n, TCC will return the filename as a match.
The default LVSDistance value is 3.