mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 15:10:04 +08:00
Fix battery status support
This commit is contained in:
parent
89010ac7bb
commit
91f2968450
@ -189,7 +189,7 @@ let s:registed_sections = {
|
|||||||
\ 'time' : function('s:time'),
|
\ 'time' : function('s:time'),
|
||||||
\ 'date' : function('s:date'),
|
\ 'date' : function('s:date'),
|
||||||
\ 'whitespace' : function('s:whitespace'),
|
\ 'whitespace' : function('s:whitespace'),
|
||||||
\ 'battery_status' : function('s:battery_status'),
|
\ 'battery status' : function('s:battery_status'),
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user