Merge pull request #2129 from kazukazuinaina/fix_check_ycm_extension

abopt get() function
This commit is contained in:
Christian Brabandt 2020-05-04 14:19:14 +02:00 committed by GitHub
commit ffdf52e38d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
scriptencoding utf-8
if !exists('g:loaded_youcompleteme')
if !get(g:, 'loaded_youcompleteme', 0)
finish
endif