SublimeText / CTags

CTags support for Sublime Text
MIT License
986 stars 167 forks source link

Fix IndexError caused by invalid tags #348

Closed deathaxe closed 10 months ago

deathaxe commented 1 year ago

Fixes #316

This commit fixes the following bug:

TagFile class' getitem() method returns Tag objects for invalid tags with only one column or even for empty lines. This causes index errors, when trying to access non-existing columns (not enough \t present in a line).