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

Allow editing while doing PR review #200

Open entropitor opened 3 years ago

entropitor commented 3 years ago

Issue Description

Type: feature request

Describe what happened (or what feature you want)

When doing a PR review, the local buffer is in edit only mode. Even when you open a new window and go to this file, you cannot edit. Even worse, you get constant errors "because review is nil"

Describe what you expected to happen

Allow editing the local file to be able to explore the codebase (especially when using a new window)

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

  1. Start a review
  2. Try to edit a file, it fails
  3. Open new window with same file, it fails