From 1385667168b8641f6e104c84194dd56fadb3e35c Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Wed, 17 Jul 2013 19:09:18 +0000 Subject: [PATCH] add old vim-powerline font symbols into the doc. resolves #76. --- doc/airline.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/airline.txt b/doc/airline.txt index 79b3ca96..aee3d348 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -126,6 +126,15 @@ separators, as well as the powerline font glyths. let g:airline_fugitive_prefix = ' ' let g:airline_readonly_symbol = '' let g:airline_linecolumn_prefix = ' ' + + " old vim-powerline symbols + let g:airline_left_sep = '⮀' + let g:airline_left_alt_sep = '⮁' + let g:airline_right_sep = '⮂' + let g:airline_right_alt_sep = '⮃' + let g:airline_fugitive_prefix = '⭠' + let g:airline_readonly_symbol = '⭤' + let g:airline_linecolumn_prefix = '⭡' < For more intricate customizations, you can replace the predefined sections