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

Error when creating multiple nodes at once #34

Closed
jceb opened this issue Sep 21, 2010 · 1 comment
Closed

Error when creating multiple nodes at once #34

jceb opened this issue Sep 21, 2010 · 1 comment

Comments

@jceb
Copy link

jceb commented Sep 21, 2010

When I open NERDTree and press "ma" to add a child node, I get the following error message when I try to create multiple non existing nodes at once, e.g /home/joe exists, my input is /home/joe/test/dir/ect/ory/:

Error detected while processing function 58_showMenu..99..116..NERDTreeAddNo
de:
line 18:
E716: Key not present in Dictionary: isOpen || !empty(parentNode.children)
E15: Invalid expression: parentNode.isOpen || !empty(parentNode.children)
Error detected while processing function 58_showMenu..99..116:
line 6:
E171: Missing :endif
Error detected while processing function 58_showMenu..99:
line 19:
E171: Missing :endif

Besides the error message it works fine for directories but file node can not be created. The message is: NERDTree: Node Not Created.

DanielleSucher added a commit to DanielleSucher/nerdtree that referenced this issue Oct 8, 2013
Recursively create nested parent directories
when necessary upon creating a new node.

[preservim#163, preservim#34]
DanielleSucher added a commit to DanielleSucher/nerdtree that referenced this issue Oct 8, 2013
DanielleSucher added a commit to DanielleSucher/nerdtree that referenced this issue Oct 8, 2013
Allows the user to create or copy a nested node
in a single step with ma or mc, recursively
creating nested parent directories if needed, and
without throwing any errors if they already exist.

[Finishes preservim#163, preservim#34]
DanielleSucher added a commit to DanielleSucher/nerdtree that referenced this issue Oct 8, 2013
Allows the user to create or copy a nested node
in a single step with ma or mc, recursively
creating nested parent directories if needed, and
without throwing any errors if they already exist.

[Finishes preservim#163, preservim#34]
DanielleSucher added a commit to DanielleSucher/nerdtree that referenced this issue Oct 13, 2013
Allows the user to create or copy a nested node
in a single step with ma or mc, recursively
creating nested parent directories if needed, and
without throwing any errors if they already exist.

[Finishes preservim#163, preservim#34]
DanielleSucher added a commit to DanielleSucher/nerdtree that referenced this issue Oct 13, 2013
Allows the user to create or copy a nested node
in a single step with ma or mc, recursively
creating nested parent directories if needed, and
without throwing any errors if they already exist.

[Finishes preservim#163, preservim#34]
@PhilRunninger
Copy link
Member

Fixed, presumably by #11 and #295. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants