Backout the wrong commit for checking async feature in nvim

fixes #1532
This commit is contained in:
Christian Brabandt 2017-08-21 22:22:19 +02:00
parent 04bc544db2
commit e8b6312dd9
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function! airline#init#bootstrap()
let g:airline#init#bootstrapping = 1
let g:airline#init#async = (has("nvim") || (v:version >= 800 && has('job')))
let g:airline#init#async = (v:version >= 800 && has('job'))
let g:airline#init#is_windows = has('win32') || has('win64')
call s:check_defined('g:airline_detect_modified', 1)