Merge pull request #2999 from fenilgandhi/Fix-2953
Remove Highlight from status bar
This commit is contained in:
commit
caed8e67d1
|
@ -191,9 +191,7 @@ class StatusBar(urwid.WidgetWrap):
|
|||
r.append(("heading_key", "H"))
|
||||
r.append("eaders]")
|
||||
if len(self.master.options.replacements):
|
||||
r.append("[")
|
||||
r.append(("heading_key", "R"))
|
||||
r.append("eplacing]")
|
||||
r.append("[%d replacements]" % len(self.master.options.replacements))
|
||||
if creplay.count():
|
||||
r.append("[")
|
||||
r.append(("heading_key", "cplayback"))
|
||||
|
|
Loading…
Reference in New Issue