wincent / terminus

🖥 Enhanced terminal integration for Vim
BSD 2-Clause "Simplified" License
463 stars 25 forks source link

Setting wrong variable? #12

Closed vheon closed 8 years ago

vheon commented 8 years ago

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 8 years ago

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!