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

This commit is contained in:
Whisperity
2020-10-12 17:58:47 +02:00
parent 06747d11be
commit 2762f7e6e5
4 changed files with 20 additions and 7 deletions
+1
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