halfmanhalffish

Results 4 issues of halfmanhalffish

In `private void detect(final ClassFileIterator iterator)` there's a `catch (Throwable)` which can and will catch any exception that is thrown from users' Reporter classes. This makes it harder for users...

Improvement

Since hard linked files are identical, search results from them will always be duplicates. It'd be a nice power tool feature to ignore all but one of them by default....

feature

I have hard-linked files in my source tree. ag on the command line is not fooled by this because it ignores all files mentioned in .gitignore, and therefore returns only...

Tiny little ligature bug: If I have :set cursorcolumn and the highlighted column intersects a ligature then the ligature is broken and the underlying character is exposed. Note that if...

bug