numToStr / FTerm.nvim

:fire: No-nonsense floating terminal plugin for neovim :fire:
MIT License
743 stars 23 forks source link

Do not set options when self.buf is nil #53

Closed delphinus closed 2 years ago

delphinus commented 2 years ago

https://github.com/neovim/neovim/issues/14090#issuecomment-1004318147

Now the master did breaking changes to several functions fail with nil value. This patch makes it execute only when self.buf is not nil.