From ea98b42a0d7ee7888bcdbb5235b1a704526db1cf Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Wed, 24 Aug 2016 21:32:38 +0200 Subject: [PATCH] Note on adjusting statusline for syntastic The syntastic plugin recommends to adjust the statusline. This does not apply for vim-airline for obvious reasons. Therefore mention that this recommendation does not apply for us. --- doc/airline.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/airline.txt b/doc/airline.txt index ee9cae60..4b4a7f3a 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -365,6 +365,10 @@ syntastic * enable/disable syntastic integration > let g:airline#extensions#syntastic#enabled = 1 + + Note: The recommendation from syntastic to modify the statusline directly + does not apply, if you use vim-airline, since it will take care for you of + adjusting the statusline. < ------------------------------------- *airline-tagbar* tagbar