I also had this issue. For me the problem was that my files were on my D:/ partition and my current working directory was somewhere on my C:/ partition. The error is described at: https://github.com/scrooloose/nerdtree/issues/164
So my solution was to just change the working directory to somewhere on the D:/ parition, with :cd d:/ -- View this message in context: http://vim.1045645.n5.nabble.com/NERDTree-Issue-opening-files-with-gVim-tp5464914p5711936.html Sent from the Vim - General mailing list archive at Nabble.com. -- 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
