pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.34k stars 127 forks source link

Error while using the provided mappings from Octo #186

Closed alleonhardt closed 3 years ago

alleonhardt commented 3 years ago

Error when using the README provided mappings for closing an issue

Type: bug report

Lua shows an error message

The error message

E5108: Error executing lua /root/.vim/plugged/octo.nvim/lua/octo/mappings.lua:15: attempt to call field 'change_issue_state' (a nil value)

I expected Octo to close the issue

How to reproduce it (as minimally and precisely as possible)

  1. Use the master branch of Octo
  2. Use the provided keymappings in the README
  3. Enter an issue an type ic to Close the issue

ArchLinux zsh neovim 0.6 nightly

pwntester commented 3 years ago

Thanks for reporting and fixing the issue