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
It's quite likely. I agree scratch buffers are also useful but the problem is that it's difficult to distinguish the scratch buffers from other info windows. For instance many users will keep something like NERDTree on a side, and that's nofile buffer. So when the undotree pops up, it has to ignore such buffers, and we can't force users to turn the NERDTree off before using the undotree.
That's said, I think we can make it an option in case users doesn't care about the scenario.
Couldn't you support scratch buffer (
bt=nofile
)?I sometimes use a scratch buffer to put some temporary notes in it.
Though, Undotree plugin doesn't work for it.
I found it ignores
nofile
buffer with some intention.Fix as below makes scratch buffers supported.
Is it the reason that
nofile
buffers are often used for plugins' status windows or such?The text was updated successfully, but these errors were encountered: