Test for the correct fern loaded variable.

This commit is contained in:
Adrian Trunzo 2022-01-04 15:36:27 -07:00 committed by Christian Brabandt
parent 20d77c3220
commit d1f6514cef
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -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