From 546f11775cb3011b744e526818f37c7da16298eb Mon Sep 17 00:00:00 2001 From: da99 Date: Wed, 3 Feb 2016 23:29:25 -0600 Subject: [PATCH] Added link to :help section `airline-pipeline`. --- Configuration-Examples-and-Snippets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration-Examples-and-Snippets.md b/Configuration-Examples-and-Snippets.md index 4a01586..a3c1938 100644 --- a/Configuration-Examples-and-Snippets.md +++ b/Configuration-Examples-and-Snippets.md @@ -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). \ No newline at end of file +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). \ No newline at end of file