fixes color change regression. resolves #218.

This commit is contained in:
Bailey Ling
2013-09-04 15:25:55 +00:00
parent 15322a26ed
commit c144543d03
2 changed files with 9 additions and 1 deletions

View File

@@ -79,5 +79,9 @@ describe 'airline'
Expect getwinvar(2, '&statusline') != 'airline#parts#mode'
wincmd c
end
it 'should include check_mode'
Expect airline#statusline(1) =~ 'airline#check_mode'
end
end