mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 20:34:48 +08:00
Fix help not displaying code correctly
airline_powerline_fonts wasn't wrapped in ><, so it displayed as normal text and threw off the syntax highlighting.
This commit is contained in:
parent
8606f3ebc1
commit
39ba0b2d6a
|
@ -72,7 +72,7 @@ values):
|
||||||
endfunction
|
endfunction
|
||||||
<
|
<
|
||||||
* enable/disable automatic population of the `g:airline_symbols` dictionary
|
* enable/disable automatic population of the `g:airline_symbols` dictionary
|
||||||
with powerline symbols.
|
with powerline symbols. >
|
||||||
let g:airline_powerline_fonts=0
|
let g:airline_powerline_fonts=0
|
||||||
<
|
<
|
||||||
* define the set of text to display for each mode. >
|
* define the set of text to display for each mode. >
|
||||||
|
|
Loading…
Reference in New Issue
Block a user