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.