mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-08 04:54:44 +08:00
fix right alignment for help window
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user