You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't set a buffer name because some plugins cough cough netrw will try to expand(<afile>) on BufEnter and run code. I don't want to cause unnecessary conflicts.
Hello !
When I'm in the CHADtree buffer, if I call the
expand
function, it returns me an empty string.It would be great if it could return something like 'CHADtree' as it's useful for some custom behaviors.
For instance, I'm trying to not use the CHADtree buffer if I open a file with
fzf
.With nerdtree you can do something like this
The text was updated successfully, but these errors were encountered: