fix inactive responding to modified, fix trimming

This commit is contained in:
Bailey Ling
2013-08-17 22:03:50 +00:00
parent 840f78607e
commit f938159d0d
2 changed files with 2 additions and 2 deletions

View File

@@ -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