Tuesday, July 5, 2011

NERDTree? - problem with content in last folder in list not opening

Hello everyone, I'm a newbie with both vim and NERDTree, and can't figure out why some files/folders are not opening/expanding in NERDTree.

It seems that when browsing folders in NERDTree, if the LAST item in a folder list is another folder, and that (sub)folder is opened/expanded none of its contents are editable. All other files /folders seem to work as expected.

i.e.

|~folder1
| |+subfolder1
| |+subfolder2
| `+subfolder3
|+folder2

In the above example, if I click and open subfolder3, it will display all the files and folders contained within, but none of those folders will open any further, and none of the files listed there will open for editing.

however, if there is a file in the above list (making it the last item in the folder list) like so:

|~folder1
| |+subfolder1
| |+subfolder2
| |+subfolder3
| `-file1
|+folder2


Then subfolder3 opens and it's contents open fine. (which leads me to believe it's not an issue with file permissions or something with the folder itself)

Has anyone else seen this behavior, and know how to resolved this?

I'm seeing this with vim on windows, both in the standalone GVIM install and in vim being called from within cygwin.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment