mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2026-05-17 22:09:34 +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