possibility to show a log view

This commit is contained in:
boombuler
2016-09-26 19:08:37 +02:00
parent c1d08a6dc0
commit c1a3ee1706
5 changed files with 62 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ func (sline *Statusline) Display() {
file += " " + sline.view.Buf.FileType()
rightText := helpBinding + " for help "
if sline.view.Help {
if sline.view.Type == vtHelp {
rightText = helpBinding + " to close help "
}