branch : pmacs2
This commit is contained in:
moculus 2009-01-24 18:54:04 +00:00
parent aaf0f8090a
commit 85a067f5f3
1 changed files with 2 additions and 2 deletions

View File

@ -308,9 +308,9 @@ class Fundamental(Handler):
def _get_indent(self):
b = self.window.buffer
if b.writetabs:
t = '[t]'
t = 't'
else:
t = '[ ]'
t = 's'
return '%d%s' % (b.indentlvl, t)
def _get_mark(self):
w = self.window