Steps to reproduce: - Try to move/copy over a buffer to a new tab using `:tab sb` or `<c-w>T` - Do `:ls`. You won't see the buffer as it is unlisted - Do `:setlocal buflisted` followed by `:ls`. You would now see the buffer appearing in the buffer list.
Steps to reproduce:
:tab sbor<c-w>T:ls. You won't see the buffer as it is unlisted:setlocal buflistedfollowed by:ls. You would now see the buffer appearing in the buffer list.