Phil Runninger
Phil Runninger
@NickolasHKraus @codingedward Thanks for digging into the code, while I currently cannot spare the time to do so. Regarding your proposed solution, I'm not sure it's that simple, because `NERDTreeFocus`...
I'd be more inclined to find a root cause and a solution in NERDTreeRender. These and other plugins need to know that's a safe function to call after their Listener...
I just merged a pull request that addresses three other issues. Given it also was related to autocommands, it may fix this one too. No guarantees though. Give it a...
@char101, I'm not seeing the error you describe. Putting your `call confirm(...)` statement in, I'm getting matching case, whether I use `:tabe c:\projects` or `:tabe C:\projects`, and directories and files...
Which version of Vim are you using? I'm on Neovim, and I don't see any of the issues you're describing. Maybe it's been fixed in Neovim. I don't want to...
I like this idea, and you make very valid points, but there are a couple of things holding me back on changing it: 1. These functions came out with Vim...
@Xuyuanp, @ryanoasis, @tiagofumo, I am looping you, as developers of major NERDTree plugins, into this discussion. The changes proposed here would very likely have a direct impact on your plugins....
@apuignav, I'm trying to reproduce the error in OSX, but it's not happening for me. I followed your steps, but, I still don't see the message. Are there other steps...
@ryanoasis, let me shed some light on this, now that I'm looking at this again. The commit in question - https://github.com/scrooloose/nerdtree/commit/6fe967b3b357c50c74ca25a3840a66b705593bce - fixed an oversight in NERDTree. There is a...
I'm no longer using CoC, so I'm closing this issue.