Skip to content

Commit

Permalink
Do NOT use autoload variable in plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Apr 5, 2020
1 parent 47f4fc2 commit cf0645e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/fern.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if exists('g:fern#loaded')
if exists('g:fern_loaded')
finish
endif
let g:fern#loaded = 1
let g:fern_loaded = 1

command! -bar -nargs=*
\ -complete=customlist,fern#internal#command#fern#complete
Expand Down

0 comments on commit cf0645e

Please sign in to comment.