brandon1024 / cortado.vim

Import Java classes by name, find unused import statemens, and many other goodies!
MIT License
2 stars 0 forks source link

enhancement: filter duplicates when tagfile and indexing are used #27

Closed brandon1024 closed 2 years ago

brandon1024 commented 2 years ago

When importing classes, if a tag file and the index have the same class, duplicate results will be presented to the user. We should simply offer the tagfile result in such cases.

brandon1024 commented 2 years ago

Fixed!