mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-22 13:34:40 +02: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…
x
Reference in New Issue
Block a user