pwntester / octo.nvim

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

fix: formatted items in search was undefined #515

Closed milogert closed 3 months ago

milogert commented 3 months ago

Describe what this PR does / why we need it

Defines formatted_items so items in the search commands can be selected without an error.

Does this pull request fix one issue?

Fixes https://github.com/pwntester/octo.nvim/issues/503

Describe how you did it

Defined the items each time contents.

Describe how to verify it

Try the repro steps in https://github.com/pwntester/octo.nvim/issues/503.

In each case make sure there is no error:

Special notes for reviews