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
Problem:
Plugins (e.g. fugitive) may temporarily visit throwaway buffers
(bufhidden != "hide"), then Dirvish refuses to leave the buffer and
shows a "Buffer would be deleted" warning.
Solution:
Skip Dirvish's BufEnter handler if the current buffer has bufhidden != "hide".
0 commit comments