mirror of
https://github.com/ViViDboarder/force-vim.git
synced 2024-11-23 16:36: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
|
let g:force_dispatch_background = 0
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if !exists('g:loaded_airline')
|
||||||
|
let g:force_disable_airline = 1
|
||||||
|
endif
|
||||||
|
|
||||||
if !exists("g:force_disable_airline")
|
if !exists("g:force_disable_airline")
|
||||||
let g:force_disable_airline = 0
|
let g:force_disable_airline = 0
|
||||||
end
|
endif
|
||||||
|
|
||||||
if !exists("g:force_status_line_func_added")
|
if !exists("g:force_status_line_func_added")
|
||||||
let g:force_status_line_func_added = 0
|
let g:force_status_line_func_added = 0
|
||||||
end
|
endif
|
||||||
" Config Variables }
|
" Config Variables }
|
||||||
|
|
||||||
" Main Functions {
|
" Main Functions {
|
||||||
|
Loading…
Reference in New Issue
Block a user