Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Error Triggered When Deleting Fugitive Buffer in Neovim #52

Closed
vlmonk opened this issue Feb 24, 2024 · 0 comments · Fixed by #53
Closed

[Bug] Error Triggered When Deleting Fugitive Buffer in Neovim #52

vlmonk opened this issue Feb 24, 2024 · 0 comments · Fixed by #53
Labels
bug Something isn't working

Comments

@vlmonk
Copy link
Contributor

vlmonk commented Feb 24, 2024

Neovim version
NVIM v0.10.0-dev-2433+g9418381cc-Homebrew

Describe the bug
An error occurs when attempting to delete any fugitive buffer using bufdelete.nvim. The specific error message is:

Error executing Lua callback: ...share/nvim/plugged/bufdelete.nvim/lua/bufdelete/init.lua:151: Vim:E516: No buffers were deleted.

To Reproduce

  • Install the fugitive and bufdelete.nvim plugins.
  • Open Neovim within a git repository.
  • Execute :Gedit : to open the fugitive status buffer.
  • Execute :Bdelete to attempt buffer deletion.

Expected behavior
The buffer should be deleted without triggering any errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant