From 9a9596425632415bb2dba17abb9b9169bf9eabde Mon Sep 17 00:00:00 2001 From: Jerome Reybert Date: Thu, 19 Jan 2017 13:57:54 +0100 Subject: [PATCH] Fix typo in doc/airline.txt Add tag for vim-airline --- doc/airline.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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