diff --git a/doc/airline.txt b/doc/airline.txt index be3b56bb..8fb25ae3 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -1,5 +1,5 @@ *airline.txt* Lean and mean status/tabline that's light as air -*airline* +*airline* *vim-airline* _ _ _ _ ~ __ _(_)_ __ ___ __ _(_)_ __| (_)_ __ ___ ~ \ \ / / | '_ ` _ \ _____ / _` | | '__| | | '_ \ / _ \ ~ @@ -636,7 +636,7 @@ with the middle mouse button to delete that buffer. " here is how you can define a 'foo' formatter: " create a file in the dir autoload/airline/extensions/tabline/formatters/ - " called foo.vim + " called foo.vim > function! airline#extensions#tabline#formatters#foo#format(bufnr, buffers) return fnamemodify(bufname(a:bufnr), ':t') endfunction