mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-05-16 13:35:00 +08:00
async: rename variable
rename g:airline#init#async variable to g:airline#init#vim_async because that is what it is for: showing whether vim supports async. Is not set vor nvim, because nvim always supports jobs.
This commit is contained in:
@@ -18,7 +18,7 @@ function! airline#init#bootstrap()
|
||||
|
||||
let g:airline#init#bootstrapping = 1
|
||||
|
||||
let g:airline#init#async = (v:version >= 800 && has('job'))
|
||||
let g:airline#init#vim_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)
|
||||
|
||||
Reference in New Issue
Block a user