mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-26 07:25:18 +02:00
Merge pull request #2129 from kazukazuinaina/fix_check_ycm_extension
abopt get() function
This commit is contained in:
commit
ffdf52e38d
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
|
|
||||||
if !exists('g:loaded_youcompleteme')
|
if !get(g:, 'loaded_youcompleteme', 0)
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user