[battery.vim] Move indicator to non-overwriting position if window big enough

This commit is contained in:
Whisperity
2020-09-29 14:55:03 +02:00
parent 06747d11be
commit 2762f7e6e5
4 changed files with 20 additions and 7 deletions

View File

@@ -84,6 +84,7 @@ describe 'init sections'
Expect airline#parts#get('vista').raw == ''
Expect airline#parts#get('coc_warning_count').raw == ''
Expect airline#parts#get('coc_error_count').raw == ''
Expect airline#parts#get('battery').raw == ''
end
end