git-nerdtree
git-nerdtree copied to clipboard
File Mode Changes
Awesome vim plugin, thanks very much.
I've updated the file mode on a entire project folder and then I used the git config tool to ignore file mode changes.
git config core.fileMode false
Now when I run git status it shows what I expected as a result....

But when I open up vim, it shows the '*' next to all of my files...

I don't think this is what I should be seeing. Please let me know if I'm doing something wrong, otherwise maybe its a bug.