mirror of
https://github.com/powerline/powerline.git
synced 2025-07-23 22:05:43 +02:00
Fix number of spaces
This commit is contained in:
parent
e3d0649372
commit
e34a372f10
@ -233,7 +233,7 @@ def main(attempts=3):
|
||||
),
|
||||
get_expected_result(
|
||||
tmux_version,
|
||||
expected_result_old=('{bg:' + (' ' * dim.cols) + '}', base_attrs),
|
||||
expected_result_old=('{bg:' + (' ' * 40) + '}', base_attrs),
|
||||
expected_result_1_7=(
|
||||
'{lead: 0 }'
|
||||
'{leadsep: }{bg: <}{4:h }{bg: }{5: }'
|
||||
|
Loading…
x
Reference in New Issue
Block a user