add reference to the FAQ in the vim doc (#81).

This commit is contained in:
Bailey Ling 2013-07-20 13:24:15 +00:00
parent 70dd963c8e
commit 043256f96b
1 changed files with 6 additions and 0 deletions

View File

@ -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:
<https://github.com/bling/vim-airline/wiki/FAQ>
==============================================================================
CONTRIBUTIONS *airline-contributions*