mirror of
https://github.com/ViViDboarder/force-vim.git
synced 2024-11-23 13:06:34 +00:00
Fix error when airline is not loaded
This commit is contained in:
parent
ff9d642517
commit
b0451bc821
@ -3,13 +3,17 @@ if !exists("g:force_dispatch_background")
|
||||
let g:force_dispatch_background = 0
|
||||
end
|
||||
|
||||
if !exists('g:loaded_airline')
|
||||
let g:force_disable_airline = 1
|
||||
endif
|
||||
|
||||
if !exists("g:force_disable_airline")
|
||||
let g:force_disable_airline = 0
|
||||
end
|
||||
endif
|
||||
|
||||
if !exists("g:force_status_line_func_added")
|
||||
let g:force_status_line_func_added = 0
|
||||
end
|
||||
endif
|
||||
" Config Variables }
|
||||
|
||||
" Main Functions {
|
||||
|
Loading…
Reference in New Issue
Block a user