mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 12:42:57 +08:00
Test for the correct fern loaded variable.
This commit is contained in:
parent
20d77c3220
commit
d1f6514cef
|
@ -3,7 +3,7 @@
|
|||
" vim: et ts=2 sts=2 sw=2
|
||||
|
||||
scriptencoding utf-8
|
||||
if !get(g:, 'fern_loaded', 0)
|
||||
if !get(g:, 'loaded_fern', 0)
|
||||
finish
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user