From 043256f96bf795b1e953dcdb3ef02e659130c0cb Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Sat, 20 Jul 2013 13:24:15 +0000 Subject: [PATCH] add reference to the FAQ in the vim doc (#81). --- doc/airline.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/airline.txt b/doc/airline.txt index 7b96f294..cda16926 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -172,6 +172,12 @@ example that you could add to your vimrc: call add(g:airline_window_override_funcrefs, function('MyPlugin')) < +============================================================================== +TROUBLESHOOTING *airline-troubleshooting* + +Solutions to common problems can be found FAQ section in the Wiki: + + ============================================================================== CONTRIBUTIONS *airline-contributions*