branch : pmacs2
This commit is contained in:
moculus 2007-06-26 16:01:15 +00:00
parent 3984d7912c
commit 2b830d9dab
1 changed files with 0 additions and 1 deletions

View File

@ -101,7 +101,6 @@ class PerlTabber(tab2.StackTabber):
def is_base(self, y):
if y == 0:
return True
return False
highlighter = self.mode.window.buffer.highlights[self.mode.name()]
if not highlighter.tokens[y]:
return False