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
|
||||
<
|
||||
* enable/disable automatic population of the `g:airline_symbols` dictionary
|
||||
with powerline symbols.
|
||||
with powerline symbols. >
|
||||
let g:airline_powerline_fonts=0
|
||||
<
|
||||
* define the set of text to display for each mode. >
|
||||
|
|
Loading…
Reference in New Issue