Merge pull request #2999 from fenilgandhi/Fix-2953

Remove Highlight from status bar
This commit is contained in:
Maximilian Hils 2018-03-18 21:03:11 +01:00 committed by GitHub
commit caed8e67d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,9 +191,7 @@ class StatusBar(urwid.WidgetWrap):
r.append(("heading_key", "H")) r.append(("heading_key", "H"))
r.append("eaders]") r.append("eaders]")
if len(self.master.options.replacements): if len(self.master.options.replacements):
r.append("[") r.append("[%d replacements]" % len(self.master.options.replacements))
r.append(("heading_key", "R"))
r.append("eplacing]")
if creplay.count(): if creplay.count():
r.append("[") r.append("[")
r.append(("heading_key", "cplayback")) r.append(("heading_key", "cplayback"))