mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-31 01:44:58 +02:00
after c7704c6bc7849a2c09ac the tests fail, because the tests expect '%l' in the output of `g:airline_section_z`, but it is now actually '%2l'. So let's change the expected output for the test. Signed-off-by: Christian Brabandt <cb@256bit.org>