branch : pmacs2
This commit is contained in:
moculus 2009-03-17 00:00:28 +00:00
parent 9b3ef0fc3e
commit c95ae0fd2f
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ class Perl(mode.Fundamental):
completers = {
'perlfunction': PerlFunctionCompleter(None),
}
format = "%(flag)s %(bname)-18s (%(mname)s) %(indent)s %(cursor)s/%(mark)s %(perc)s [%(func)s]"
format = "%(flag)s %(bname)-18s (%(mname)s) %(indent)s %(cursor)s %(perc)s [%(func)s]"
def get_status_names(self):
names = mode.Fundamental.get_status_names(self)
c = self.window.logical_cursor()