minor cleanup of documentation.

This commit is contained in:
Bailey Ling
2013-09-07 01:52:53 +00:00
parent 22f1701a2e
commit bfb091c3ca
3 changed files with 15 additions and 19 deletions

View File

@@ -19,7 +19,6 @@ function! airline#deprecation#check()
\ [ 'g:airline_enable_branch', 'g:airline#extensions#branch#enabled' ],
\ [ 'g:airline_enable_bufferline', 'g:airline#extensions#bufferline#enabled' ],
\ [ 'g:airline_enable_syntastic', 'g:airline#extensions#syntastic#enabled' ],
\ [ 'g:airline#extensions#tabline#fnamemod', 'g:airline#extensions#tabline#formatter' ],
\ ]
for test in tests
if exists(test[0])