mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-21 17:18:27 +08:00
fix inactive responding to modified, fix trimming
This commit is contained in:
@@ -26,7 +26,7 @@ function! s:prototype.build()
|
||||
for section in self._sections
|
||||
if section[0] == '|'
|
||||
let side = 1
|
||||
let line .= '%#'.prev_group.'#'.section[1]
|
||||
let line .= '%#'.self._group(prev_group).'#'.section[1]
|
||||
let prev_group = ''
|
||||
continue
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user