nvim-orgmode / orgmode

Orgmode clone written in Lua for Neovim 0.9+.
https://nvim-orgmode.github.io/
MIT License
3.04k stars 134 forks source link

Can't open help after closing using `:q` #35

Closed gergesh closed 3 years ago

gergesh commented 3 years ago

Describe the bug After closing the help menu with :q, trying to open it again will fail.

To Reproduce

  1. Open the help menu using <leader>o?
  2. Close it using :q
  3. Try opening the help menu again
  4. Observe error E5108: Error executing lua ...k/packer/start/orgmode.nvim/lua/orgmode/objects/help.lua:128: Vim:E95: Buffer with this name already exists
kristijanhusak commented 3 years ago

Fixed. It was also happening for calendar popup, but now both are fixed. Thanks.