fix typos in readme

This commit is contained in:
Bailey Ling
2013-08-02 08:21:47 -04:00
parent 72852fa665
commit d833ae041d
2 changed files with 6 additions and 6 deletions

View File

@@ -110,7 +110,7 @@ function! s:get_statusline(winnr, active)
let sl.=l:mode_sep_color
let sl.=a:active ? g:airline_left_sep : g:airline_left_alt_sep
let sl.=l:info_color
let sl.=' '.s:get_section(a:winnr, 'b').' '
let sl.=s:get_section(a:winnr, 'b')
let sl.=l:info_sep_color
let sl.=g:airline_left_sep
let sl.=l:status_color.' %<'.s:get_section(a:winnr, 'c').' '