sQu1rr / nerd-treeview

Vim-like NERD Tree behaviour for Atom.io Tree View
https://atom.io/packages/nerd-treeview
MIT License
19 stars 5 forks source link

Opening an already open file closes the file #20

Closed dcalhoun closed 7 years ago

dcalhoun commented 7 years ago

Steps to Reproduce

  1. Open a directory with Atom
  2. Open tree view (C-\)
  3. Open a file (o)
  4. Focus tree view (C-0)
  5. Open the same file (o)

Expected Result

Focus is placed on the buffer for the selected file.

Actual Result

Currently open file is closed. Focus is placed on empty buffer.


Environment

sQu1rr commented 7 years ago

Thanks will investigate next week