Setting wrong variable?
vheon opened this issue · 1 comments
vheon commented
I believe you've got a typo at https://github.com/wincent/terminus/blob/master/plugin/terminus.vim#L9, shouldn't it be let g:TerminusLoaded = 1
?
wincent commented
Yes! How embarrassing. You caught me in the act of copy-pasta!
This could have been a nasty bug for users of both Terminus and Loupe, but I think alphabetical load ordering means that it all works out ok.
Will fix anyway. Thanks for the report!