Bekaboo / dropbar.nvim

IDE-like breadcrumbs, out of the box
GNU General Public License v3.0
1.05k stars 24 forks source link

[Bug]: Opening a new menu after moving the window with `:winc w` does not close the old one. #8

Closed minhyeoky closed 1 year ago

minhyeoky commented 1 year ago

Description

First, Thanks for this awesome plugin. :)

https://github.com/Bekaboo/dropbar.nvim/assets/12870549/02262163-fdc5-4d14-8809-acfdabdb84db

nvim version

NVIM v0.10.0-dev-1731+g07883940b-Homebrew Build type: Release LuaJIT 2.1.0-beta3

dropbar.nvim version

82f7ae042723466b0f4c0754113b10bcca50bd39

Operating system and version

Apple M1 Max - Ventura 13.3.1

Steps to reproduce

  1. Begin picking the menu.
  2. Open a drop-down menu.
  3. Move the window using <C-w> - w.
  4. Open another drop-down menu.

Expected behavior

Closing the previous drop-down menus.

Actual behavior

The drop-down menus remain even after selection has been made.

Additional information

No response

Bekaboo commented 1 year ago

Thanks for reporting, will fix it ASAP