neo-tree.nvim icon indicating copy to clipboard operation
neo-tree.nvim copied to clipboard

bug: toggling a parent folder when using `group_empty_dirs` causes it to be wrongly coalesced

Open oddlama opened this issue 3 years ago • 1 comments

Hard to explain purely in written form, here is a step by step guide to reproduce this:

  1. Start with some common nested folder structure while enabling group_empty_dirs in neotree. Open a folder in a folder. image
  2. Press Enter on the topmost folder to close it temporarily and refresh R. All folders that were once opened will be re-opened (shouldn't happen) and all folders with a nesting >=2 will be coalesced wrongly, hiding all members of the folders in the middle image
  3. Close topmost folder, move cursor away and refresh again as a temporary fix

oddlama avatar Mar 27 '23 23:03 oddlama

Hi, is there some update to the state of this issue? I encountered it too ...

tincotema avatar Dec 29 '23 19:12 tincotema