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:
pydave 2013-09-13 10:51:48 -07:00
parent 8606f3ebc1
commit 39ba0b2d6a

View File

@ -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. >