parent
e13376eb8c
commit
611cd8302c
4
tab.py
4
tab.py
|
@ -473,9 +473,9 @@ class StackTabber2(Tabber):
|
||||||
|
|
||||||
# remove implicit continuation
|
# remove implicit continuation
|
||||||
if self.end_at_eof and i + start == end:
|
if self.end_at_eof and i + start == end:
|
||||||
self._pop_while('continue', 'control')
|
self._pop_while('continue', 'control', 'pre-control')
|
||||||
elif self.end_at_tokens.get(name, {}).get(s):
|
elif self.end_at_tokens.get(name, {}).get(s):
|
||||||
self._pop_while('continue', 'control')
|
self._pop_while('continue', 'control', 'pre-control')
|
||||||
|
|
||||||
# add implicit continuation
|
# add implicit continuation
|
||||||
top = self._peek()
|
top = self._peek()
|
||||||
|
|
Loading…
Reference in New Issue