tags:

views:

53

answers:

3
A: 

This functionality works perfectly over here, so it could be something to do with your specific setup. Are you sure you have valid permissions to create a file in that directory? Or maybe it has something to do with the naming of your file.

Bitterzoet
Yes I have permission to write into the directory because it's my %HOME directory. I'm using Ubuntu 10.10 and my environment is just usual.
Wassim
A: 

Check to make sure you are using the latest version of NERDTree

Just look at the file ~/.vim/plugins/NERD_tree.vim and make sure the line let s:NERD_tree_version = '4.1.0' is near the top.

Also make sure the file ~/.vim/nerdtree_plugin/fs_menu.vim exists. This is required for nerdtree file commands.

GWW
I checked that when I encountered this problem, everything is perfect.
Wassim
That's very strange then, you could try getting the nerdtree version in the git repo at: https://github.com/scrooloose/nerdtree
GWW