pwntester / octo.nvim

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

fix: correct function checkout_pr points to #189

Closed fdschmidt93 closed 3 years ago

fdschmidt93 commented 3 years ago

Describe what this PR does / why we need it

Checking out a PR got refactored in #184 and now the mapping points to a non-existing function in commands.lua.

Does this pull request fix one issue?

No issue exists but happy to add one post-hoc if desired.

Describe how you did it

Changing what command checkout_pr in mappings.lua points to, namely commands.pr.checkout

Describe how to verify it

Try checking out as is and you'll run into an error. This PR is a simple fix for that :)

Special notes for reviews

pwntester commented 3 years ago

Thanks!!