Added link to :help section airline-pipeline.

da99 2016-02-03 23:29:25 -06:00
parent 7aa233f59d
commit 546f11775c

@ -25,4 +25,4 @@ function! Render_Only_File(...)
endfunction
call airline#add_inactive_statusline_func('Render_Only_File')
```
More information on the use of the `builder` and `context` arguments can be found in `:help` section [airline-funcrefs](https://github.com/vim-airline/vim-airline/blob/master/doc/airline.txt#L784).
More information on the use of the `builder` and `context` arguments can be found in `:help` sections [airline-funcrefs](https://github.com/vim-airline/vim-airline/blob/master/doc/airline.txt#L784) and [airline-pipeline](https://github.com/vim-airline/vim-airline/blob/master/doc/airline.txt#L819).