Closed blueyed closed 3 years ago
When a buffer gets unloaded (e.g. :bdelete), b:semshi_attached will not be there anymore when the buffer gets loaded/used again. This typically happens with vim-fugitive, when using :Gdiff.
:bdelete
b:semshi_attached
:Gdiff
When a buffer gets unloaded (e.g.
:bdelete
),b:semshi_attached
will not be there anymore when the buffer gets loaded/used again. This typically happens with vim-fugitive, when using:Gdiff
.