Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix : do not set options when
self.buf
is nil (#53)
neovim/neovim#14090 (comment) 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`.
- Loading branch information