fix right alignment for help window
This commit is contained in:
parent
6a0163104a
commit
1fa5e16558
@ -28,7 +28,6 @@ function! airline#extensions#apply_left_override(section1, section2)
|
|||||||
let w:airline_section_a = a:section1
|
let w:airline_section_a = a:section1
|
||||||
let w:airline_section_b = a:section2
|
let w:airline_section_b = a:section2
|
||||||
let w:airline_section_c = ''
|
let w:airline_section_c = ''
|
||||||
let w:airline_section_gutter = ' '
|
|
||||||
let w:airline_render_left = 1
|
let w:airline_render_left = 1
|
||||||
let w:airline_render_right = 0
|
let w:airline_render_right = 0
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
x
Reference in New Issue
Block a user